IEC_BACNET_ACCESS (ENUM)ΒΆ

TYPE IEC_BACNET_ACCESS :

Describes the access rights for properties of objects.

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.

BACNET_ACCESS_HIDDEN

3

Property is hidden (not listed in the property-list and not accessable using read/write -multiple)