EtherCAT Mbx Message type. More...
#include <ethercat_mbx.h>
Public Member Functions | |
| EC_MbxMsgType (ECMbxMsgType type=EC_CoE) | |
| Constructor. | |
| operator uint8_t () const | |
| Cast operator. | |
Private Attributes | |
| uint8_t | msg_type |
EtherCAT Mbx Message type.
Definition at line 49 of file ethercat_mbx.h.
| EC_MbxMsgType::EC_MbxMsgType | ( | ECMbxMsgType | type = EC_CoE | ) | [inline] |
Constructor.
| type | Message type: Possibilities include
|
Definition at line 59 of file ethercat_mbx.h.
| EC_MbxMsgType::operator uint8_t | ( | ) | const [inline] |
Cast operator.
Definition at line 65 of file ethercat_mbx.h.
uint8_t EC_MbxMsgType::msg_type [private] |
Definition at line 70 of file ethercat_mbx.h.