Structures and EnumerationsΒΆ
BASC_COM_TYPE_ENUM
Enumeration for BACnet communication layers <no title>.
Parameter | Value | Description |
---|---|---|
BASC_IP_COM | 0 | Use BACnet IP communication. |
BASC_MSTP_COM | 1 | Use BACnet MS/TP communication. |
BASC_DEV_STATUS_ENUM
Enumeration for BACnet device status values <no title>.
Parameter | Value | Description |
---|---|---|
BASC_OPERATIONAL | 0 | The device is initialized successfully and in operation. |
BASC_NON_OPERATIONAL | 4 | The device is not in operation. |
BASC_ENG_UNITS_ENUM
Enumeration for BACnet units <no title>. This enumeration lists all units defined in BACnet standard BACnet B-ASC Library.
BASC_POLAR_ENUM
Enumeration of BACnet values for polarity of Present_Value
property <no title>.
Parameter | Value | Description |
---|---|---|
BASC_NORMAL | 0 | Physical state relation. ACTIVE = physical on. |
BASC_REVERSE | 1 | Physical state relation. ACTIVE = physical off. |
BASC_STATISTIC_COUNTER_TYPE
Structure of statistic data <no title>.
Parameter | Type | Value | Description |
---|---|---|---|
dwNumReceivedRequests | DWORD | 0 | Number of received request. |
dwNumRepliesSuccess | DWORD | 0 | Number of replies with success. |
dwNumRepliesFailure | DWORD | 0 | Number of replies with failure. |