#include "eoHalTypes.h"
#include "eoMessage.h"
Go to the source code of this file.
◆ UTE_COMMAND
UTE Command.
Enumerator |
---|
EEP_TEACH_IN_QUERY | 0 - EEP Teach In Query
EEP_TEACH_IN_QUERY
|
EEP_TEACH_IN_RESPONSE | 1 - EEP teach in response
EEP_TEACH_IN_RESPONSE
|
◆ UTE_DIRECTION
UTE Direction response codes.
Enumerator |
---|
UTE_DIRECTION_UNIDIRECTIONAL | 0 - Unidirectional
UTE_DIRECTION_UNIDIRECTIONAL
|
UTE_DIRECTION_BIDIRECTIONAL | 1 - Bidirectional
UTE_DIRECTION_BIDIRECTIONAL
|
◆ UTE_REQUEST
UTE Request codes.
Enumerator |
---|
TEACH_IN_REQUEST | 0 - Teach-in request
TEACH_IN_REQUEST
|
TEACH_OUT_REQUEST | 1 - Deletion of teached in device reqeusted
TEACH_OUT_REQUEST
|
TEACH_UNKNOW_REQUEST | 2 - Teach-in or deletion of teach-in, not specified
TEACH_UNKNOW_REQUEST
|
UTE_NOT_USED_TEACH | UTE_NOT_USED_TEACH.
|
◆ UTE_RESPONSE
UTE Response codes.
Enumerator |
---|
GENERAL_REASON | 0 - Request not accepted because of general reason
GENERAL_REASON
|
TEACH_IN_ACCEPTED | 1 - Request accepted, teach-in successful
TEACH_IN_ACCEPTED
|
TEACH_OUT_ACCEPTED | 2 - Request accepted, deletion of teach-in successful
TEACH_OUT_ACCEPTED
|
EEP_NOT_SUPPORTED | 3 - Request not accepted, EEP not supported
EEP_NOT_SUPPORTED
|