#include <SerialWombat.h>
◆ getCommand()
◆ getRxUint16()
uint16_t WombatPacket::getRxUint16 |
( |
uint8_t |
index | ) |
|
◆ getRxUint32()
uint32_t WombatPacket::getRxUint32 |
( |
uint8_t |
index | ) |
|
◆ setCommand() [1/2]
◆ setCommand() [2/2]
void WombatPacket::setCommand |
( |
uint8_t |
commandByte | ) |
|
◆ setTxUint16()
void WombatPacket::setTxUint16 |
( |
uint16_t |
data, |
|
|
uint8_t |
index |
|
) |
| |
◆ setTxUint32()
void WombatPacket::setTxUint32 |
( |
uint32_t |
data, |
|
|
uint8_t |
index |
|
) |
| |
◆ errorCode
uint16_t WombatPacket::errorCode |
◆ rx
uint8_t WombatPacket::rx[8] |
◆ success
bool WombatPacket::success |
◆ tx
uint8_t WombatPacket::tx[8] |