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

    Interface BDBinaryValueOpts

    interface BDBinaryValueOpts {
        description?: string;
        name: string;
        presentValue?: BinaryPV;
        writable: boolean;
    }
    Index

    Properties

    description?: string
    name: string
    presentValue?: BinaryPV
    writable: boolean