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

    Interface WhoIsResult

    interface WhoIsResult {
        address: string;
        highLimit?: number;
        lowLimit?: number;
    }
    Index

    Properties

    address: string
    highLimit?: number
    lowLimit?: number