IEC_BACNET_CONTROL_RANGECHK (STRUCT)¶
TYPE IEC_BACNET_CONTROL_RANGECHK : STRUCT
Structure for controlling the range checking in the stack.
- InOut:
Name
Type
Comment
bCheckInvalidStringResponses
If set invalid encoded UTF-8 character string responses from devices are rejected and discarded.
bCheckInvalidDateResponses
If set invalid date/time responses from devices are rejected and discarded.
bCheckInvalidEnumResponses
If set invalid enumeration responses from devices are rejected and discarded.
bCheckInvalidUnsignedResponses
If set invalid unsigned responses from devices are rejected and discarded.
bCheckInvalidSignedResponses
If set invalid signed responses from devices are rejected and discarded.
bCheckInvalidStringWrites
If set invalid encoded UTF-8 character string values in write requests from devices are rejected and discarded.
bCheckInvalidStringAlarmEvents
If set invalid encoded UTF-8 character string values in alarm or event notification requests from devices are rejected and discarded.
bCheckInvalidDateWrites
If set invalid date/time values in write requests from devices are rejected.
bCheckInvalidEnumWrites
If set invalid enumeration values in write requests from devices are rejected.
bCheckInvalidUnsignedWrites
If set invalid unsigned values in write requests from devices are rejected.
bCheckInvalidSignedWrites
If set invalid signed values in write requests from devices are rejected.
bCheckInvalidStringStorage
If set invalid encoded UTF-8 character string values in BACnetStorePropertyInstance…(…) calls are rejected.
bCheckInvalidDateStorage
If set invalid date/time values in BACnetStorePropertyInstance…(…) calls are rejected.
bCheckInvalidEnumStorage
If set invalid enumeration values in BACnetStorePropertyInstance…(…) calls are rejected.
bCheckInvalidUnsignedStorage
If set invalid unsigned values in BACnetStorePropertyInstance…(…) calls are rejected.
bCheckInvalidSignedStorage
If set invalid signed values in BACnetStorePropertyInstance…(…) calls are rejected.
bAllowNullWritesOnNonCmdProps
If set all writes with data type NULL are accepted also for non commandable properties (normally they would be rejected with invalid data type).