@tikoci/centrs
    Preparing search index...

    Interface MndpTlvInput

    A single TLV record for encodeMndpPacket.

    interface MndpTlvInput {
        type: number;
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    type: number
    value: Uint8Array