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.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetGetClientDeviceCommunication

IEC_BACNET_STATUS

Input

devId

IEC_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.

pDccValue

POINTER TO IEC_BACNET_DCC_VALUE

A pointer to hold the requested communication state which is filled by the API.