/      日本語

TwePacket

Packet Type
This is the base class for packet types. The common member struct contains shared information such as address data.
class TwePacket {
	public:
		static const E_PKT _pkt_id = E_PKT::PKT_ERROR;

		struct {
			uint32_t tick;     // System time at the time of interpretation [ms]
			uint32_t src_addr; // Source address (serial number)
			uint8_t src_lid;   // Source address (logical ID)
			uint8_t lqi;       // LQI
			uint16_t volt;     // Voltage [mV]
		} common;
};

TwePacketTwelite

Packet from App_Twelite

TwePacketIO

Packet from App_IO

TwePacketUART

Packet from App_UART

TwePacketPAL

Packet from App_PAL