@bacnet-js/client
    Preparing search index...

    Interface DecodeAcknowledgeSingleResult

    interface DecodeAcknowledgeSingleResult {
        len: number;
        objectId: { instance: number; type: ObjectType };
        property: { id: PropertyIdentifier; index: number };
        values: ApplicationData[];
    }
    Index

    Properties

    len: number
    objectId: { instance: number; type: ObjectType }
    property: { id: PropertyIdentifier; index: number }
    values: ApplicationData[]