IEC_BACNET_ACCESS (ENUM)ΒΆ
TYPE IEC_BACNET_ACCESS :
Describes the access rights for properties of objects.
This enumeration, of type BACnetPropertyAccess, describes the access rights of the add-, remove-, read- or write-service on an BACnet property.
- InOut:
- Name - Initial - Comment - _BAC_ACCESS_MAX_SIZE - 16#7FFFFFFF - BACNET_ACCESS_NONE - 0 - Property is not accessable over BACnet read or write access. - BACNET_ACCESS_READ_ONLY - 1 - Property is only readable. - BACNET_ACCESS_READ_WRITE - 2 - Property may be read and written. - 3 - Property is hidden (not listed in the property-list and not accessable using read/write -multiple) 
