IS_TINY - used for various requests, replies and reports. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
always 4 | |
byte | Type |
always ISP_TINY | |
byte | ReqI |
0 unless it is an info request or a reply to an info request | |
byte | SubT |
subtype, from TINY_ enumeration (e.g. TINY_RACE_END) |
IS_TINY - used for various requests, replies and reports.
General purpose 4 byte packet
Definition at line 923 of file ispackets.h.
byte IS_TINY::Size |
always 4
Definition at line 925 of file ispackets.h.
byte IS_TINY::Type |
always ISP_TINY
Definition at line 926 of file ispackets.h.
byte IS_TINY::ReqI |
0 unless it is an info request or a reply to an info request
Definition at line 927 of file ispackets.h.
byte IS_TINY::SubT |
subtype, from TINY_ enumeration (e.g. TINY_RACE_END)
Definition at line 928 of file ispackets.h.