BACnetGetDccValueAndTimeout (FUN)ΒΆ
FUNCTION BACnetGetDccValueAndTimeout : IEC_BACNET_STATUS
Returns the current DCC status of a local device and its remaining timout before reset to enable in seconds.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetGetDccValueAndTimeout
Input
instNumber
The Device object instance number of the Device.
pValue
POINTER TO IEC_BACNET_DCC_VALUE
A pointer to store the actual device communication control value from the specified device.
pnTimeout
POINTER TO IEC_BACNET_UINT
A pointer to store the remaining timeout in seconds before the reset to enabled occurs. If no timeout is active the value ::BACNET_DCC_INDEFINITE is returned here.