edgeport - v1.0.3
    Preparing search index...

    Interface PduHeader

    The decoded 16-byte PDU header.

    interface PduHeader {
        command: number;
        commandLength: number;
        sequence: number;
        status: number;
    }
    Index
    command: number

    The command_id.

    commandLength: number

    Total PDU length in octets, including the header.

    sequence: number

    The sequence_number correlating a request with its response.

    status: number

    The command_status (0 = success).