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

    Interface BACNetEvent

    interface BACNetEvent {
        acknowledgedTransitions: BACNetBitString;
        eventEnable: BACNetBitString;
        eventPriorities: number[];
        eventState: EventState;
        eventTimeStamps: Date[];
        notifyType: NotifyType;
        objectId: BACNetObjectID;
    }
    Index

    Properties

    acknowledgedTransitions: BACNetBitString
    eventEnable: BACNetBitString
    eventPriorities: number[]
    eventState: EventState
    eventTimeStamps: Date[]
    notifyType: NotifyType
    objectId: BACNetObjectID