BAOS server error codes.
More...
#include <API.h>
|
enum | Codes {
None = 0,
Internal = 1,
NoItemFound = 2,
BufferTooSmall = 3,
ItemNotWriteable = 4,
ServiceNotSupported = 5,
BadServiceParameter = 6,
WrongDpId = 7,
BadDpCmd = 8,
BadDpValueLength = 9,
MessageInconsistent = 10,
ObjectServerIsBusy = 11
} |
|
BAOS server error codes.
Specifications:
- KNX ObjectServer protocol (Version 2.0)
Appendix B. Error Codes
Enumerator |
---|
None |
No error.
|
Internal |
Internal error.
|
NoItemFound |
No item found.
|
BufferTooSmall |
Buffer is too small.
|
ItemNotWriteable |
Item is not writable.
|
ServiceNotSupported |
Service is not supported.
|
BadServiceParameter |
Bad service parameter.
|
WrongDpId |
Wrong datapoint ID.
|
BadDpCmd |
Bad datapoint command.
|
BadDpValueLength |
Bad length of datapoint value.
|
MessageInconsistent |
Message inconsistent.
|
ObjectServerIsBusy |
Object server is busy.
|
The documentation for this struct was generated from the following file: