NFD faces/list and faces/query dataset item.

Hierarchy

  • {
        baseCongestionMarkingInterval: undefined | number;
        defaultCongestionThreshold: undefined | number;
        expirationPeriod: undefined | number;
        faceId: number;
        facePersistency: number;
        faceScope: number;
        flagCongestionMarking: boolean;
        flagLocalFields: boolean;
        flagLpReliability: boolean;
        flags: number;
        linkType: number;
        localUri: string;
        mtu: undefined | 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: undefined | number
defaultCongestionThreshold: undefined | number
encodeTo: ((encoder) => void)

Type declaration

    • (encoder): void
    • Parameters

      Returns void

expirationPeriod: undefined | number
faceId: number
facePersistency: number
faceScope: number
flagCongestionMarking: boolean
flagLocalFields: boolean
flagLpReliability: boolean
flags: number
linkType: number
localUri: string
mtu: undefined | 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) => FaceStatus)

Type declaration