IEC_BACNET_WRITE_GROUP_INFO (STRUCT)¶
TYPE IEC_BACNET_WRITE_GROUP_INFO : STRUCT
This data structure contains the information for the BACnetWriteGroup service and the Write-Group application hook callback.
- InOut:
Name
Type
Comment
nGroupNumber
This parameter is an unsigned integer in the range 1 to 4,294,967,295 that represents the control group to be affected by this request. Control group zero shall never be used and shall be reserved. WriteGroup service requests containing a zero value for ‘Group Number’ shall be ignored
nWritePriority
This parameter is an integer in the range 1-16, which indicates the priority assigned to this write operation.
nChangeListCount
The count of values in the list of changed channel values.
pChangeList
POINTER TO IEC_BACNET_GROUP_CHANNEL_VALUE
The different values in the list of changed channel values.
fInhibitDelayPresent
If set the bInhibitDelay service element is present and contains an actual value.
bInhibitDelay
If set the configured delay in the channel object gets disabled if this is supported by the channel object.