IEC_BACNET_SECURITY_LEVEL (ENUM)ΒΆ

TYPE IEC_BACNET_SECURITY_LEVEL :

Describes the baseline security level used by the secured device.

InOut:

Name

Initial

Comment

_BACNET_SECURITY_LEVEL_MAX_SIZE

16#7FFFFFFF

BACNET_SECURITY_LEVEL_INCAPABLE

0

Indicates that the device is configured to not use security.

BACNET_SECURITY_LEVEL_PLAIN

1

Indicates that the device operates with plain messages.

BACNET_SECURITY_LEVEL_SIGNED

2

Indicates that the device needs at least signed messages.

BACNET_SECURITY_LEVEL_ENCRYPTED

3

Indicates that the device needs at least encrypted messages.

BACNET_SECURITY_LEVEL_SIGNED_END_TO_END

4

Indicates that the device needs signed messages that did not pass over unsecured networks.

BACNET_SECURITY_LEVEL_ENCRYPTED_END_TO_END

5

Indicates that the device needs encrypted messages that did not pass over unsecured networks.