NFD faces/list and faces/query dataset item.

Hierarchy

  • {
        baseCongestionMarkingInterval?: number;
        defaultCongestionThreshold?: number;
        expirationPeriod?: number;
        faceId: number;
        facePersistency: number;
        faceScope: number;
        flagCongestionMarking: boolean;
        flagLocalFields: boolean;
        flagLpReliability: boolean;
        flags: number;
        linkType: number;
        localUri: string;
        mtu?: number;
        nInBytes: bigint;
        nInData: bigint;
        nInInterests: bigint;
        nInNacks: bigint;
        nOutBytes: bigint;
        nOutData: bigint;
        nOutInterests: bigint;
        nOutNacks: bigint;
        uri: string;
    } & EncodableObj
    • FaceStatus

Constructors

  • Returns FaceStatus

Properties

baseCongestionMarkingInterval?: number
defaultCongestionThreshold?: number
encodeTo: (encoder: Encoder) => void
expirationPeriod?: number
faceId: number
facePersistency: number
faceScope: number
flagCongestionMarking: boolean
flagLocalFields: boolean
flagLpReliability: boolean
flags: number
linkType: number
localUri: string
mtu?: number
nInBytes: bigint
nInData: bigint
nInInterests: bigint
nInNacks: bigint
nOutBytes: bigint
nOutData: bigint
nOutInterests: bigint
nOutNacks: bigint
uri: string
datasetName: string = "faces/list"
decodeFrom: (decoder: Decoder) => FaceStatus