BACnetGetClientDeviceCommunication (FUN)ΒΆ
FUNCTION BACnetGetClientDeviceCommunication : IEC_BACNET_STATUS
Retrieves the current device communication control value for the specified device.
The user application can request the current communication enable state for registered devices.
- InOut:
Scope
Name
Type
Comment
Return
BACnetGetClientDeviceCommunicationIEC_BACNET_STATUS
Input
devIdIEC_BACNET_INST_NUMBER
The device instance number for which communication needs to be requested. A value of 0xFFFFFFFF will retrieve the global communication enable / disable state.
pDccValuePOINTER TO IEC_BACNET_DCC_VALUE
A pointer to hold the requested communication state which is filled by the API.