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

    Interface DeviceCommunicationOptions

    interface DeviceCommunicationOptions {
        invokeId?: number;
        maxApdu?: number;
        maxSegments?: number;
        password?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    invokeId?: number
    maxApdu?: number
    maxSegments?: number
    password?: string