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
nGroupNumberThis 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
nWritePriorityThis parameter is an integer in the range 1-16, which indicates the priority assigned to this write operation.
nChangeListCountThe count of values in the list of changed channel values.
pChangeListPOINTER TO IEC_BACNET_GROUP_CHANNEL_VALUE
The different values in the list of changed channel values.
fInhibitDelayPresentIf set the bInhibitDelay service element is present and contains an actual value.
bInhibitDelayIf set the configured delay in the channel object gets disabled if this is supported by the channel object.