E_PKT
Packet Type Definitions
The following packet types are supported:
Supports the ASCII format output by the parent node in App_Wings.
Name | Description |
---|---|
PKT_ERROR | Used before parsing or when the packet type cannot be determined. The TwePacket does not contain valid data. |
PKT_TWELITE | Parsed result of the 0x81 command from the standard application App_Twelite. |
PKT_PAL | Parsed format of TWELITE PAL serial output. |
PKT_APPIO | Parsed UART messages from the remote control application App_IO. |
PKT_APPUART | Parsed extended format from the serial communication application App_UART. |
PKT_APPTAG | Parsed UART messages from the wireless tag application App_Tag. Sensor-specific parts are not interpreted but returned as raw payload bytes. |
PKT_ACT_STD | Output format used by samples of Act. |