IEC_BACNET_SECURITY_RESPONSE_CODE (ENUM)ΒΆ
TYPE IEC_BACNET_SECURITY_RESPONSE_CODE :
Describes the BACnet enumeration BACnetSecurityResponseCode.
- InOut:
Name
Initial
Comment
_MAX_BACNET_SECURITY_RESPONSE_CODE
16#7FFF
BACNET_SECURITY_RESPONSE_SUCCESS
16#0
The last command / request was successful.
BACNET_SECURITY_RESPONSE_ACCESS_DENIED
16#1
The access was denied.
BACNET_SECURITY_RESPONSE_BAD_DESTINATION_ADDRESS
16#2
The destination address was wrong.
BACNET_SECURITY_RESPONSE_BAD_DESTINATION_DEVICE_ID
16#3
The destination device identifier was wrong.
BACNET_SECURITY_RESPONSE_BAD_SIGNATURE
16#4
The signature of the secured packet was wrong.
BACNET_SECURITY_RESPONSE_BAD_SOURCE_ADDRESS
16#5
The source address was wrong.
BACNET_SECURITY_RESPONSE_BAD_TIMESTAMP
16#6
The timestamp was not within the timeguard.
BACNET_SECURITY_RESPONSE_CANNOT_USE_KEY
16#7
The key is not usable.
BACNET_SECURITY_RESPONSE_CANNOT_VERIFY_MESSAGE_ID
16#8
The message id could not be verified.
BACNET_SECURITY_RESPONSE_CORRECT_KEY_REVISION
16#9
The revision number of the key is invalid.
BACNET_SECURITY_RESPONSE_DESTINATION_DEVICE_ID_REQUIRED
16#A
An destination identifier is required.
BACNET_SECURITY_RESPONSE_DUPLICATE_MESSAGE
16#B
An message duplicate has been received.
BACNET_SECURITY_RESPONSE_ENCRYPTION_NOT_CONFIGURED
16#C
The communication channel used does not support encryption.
BACNET_SECURITY_RESPONSE_ENCRYPTION_REQUIRED
16#D
The communication channel used only supports encryption.
BACNET_SECURITY_RESPONSE_INCORECT_KEY
16#E
The key is invalid.
BACNET_SECURITY_RESPONSE_INVALID_KEY_DATA
16#F
The data in the key is invalid.
BACNET_SECURITY_RESPONSE_KEY_UPDATE_IN_PROGRESS
16#10
The keys are in an update process.
BACNET_SECURITY_RESPONSE_MALFORMED_MESSAGE
16#11
The message has some formal errors.
BACNET_SECURITY_RESPONSE_NOT_KEY_SERVER
16#12
The server is not configured to be an key server.
BACNET_SECURITY_RESPONSE_SECURITY_NOT_CONFIGURED
16#13
The communication channel used is not configured for security.
BACNET_SECURITY_RESPONSE_SOURCE_SECURITY_REQUIRED
16#14
The source of the packet has to be an secured device.
BACNET_SECURITY_RESPONSE_TOO_MANY_KEYS
16#15
The number of keys to store has been exceeded.
BACNET_SECURITY_RESPONSE_UNKNOWN_AUTHENTICATION_TYPE
16#16
The type of authentication is unknow or not supported.
BACNET_SECURITY_RESPONSE_UNKNOWN_KEY
16#17
The key is not known by the server.
BACNET_SECURITY_RESPONSE_UNKNOWN_KEY_REVISION
16#18
The revision of the key is not known by the server.
BACNET_SECURITY_RESPONSE_UNKNOWN_SOURCE_MESSAGE
16#19
The source of the packet is unknown by the server.
BACNET_SECURITY_RESPONSE_CHALLENGE_REQUIRED
16#7FFF
The received packet needs to be challenged to pass security.