IS_SMALL - used for various requests, replies and reports. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
always 8 | |
byte | Type |
always ISP_SMALL | |
byte | ReqI |
0 unless it is an info request or a reply to an info request | |
byte | SubT |
subtype, from SMALL_ enumeration (e.g. SMALL_SSP) | |
unsigned | UVal |
value (e.g. for SMALL_SSP this would be the OutSim packet rate) |
IS_SMALL - used for various requests, replies and reports.
General purpose 8 byte packet
Definition at line 935 of file ispackets.h.
byte IS_SMALL::Size |
always 8
Definition at line 937 of file ispackets.h.
byte IS_SMALL::Type |
always ISP_SMALL
Definition at line 938 of file ispackets.h.
byte IS_SMALL::ReqI |
0 unless it is an info request or a reply to an info request
Definition at line 939 of file ispackets.h.
byte IS_SMALL::SubT |
subtype, from SMALL_ enumeration (e.g. SMALL_SSP)
Definition at line 940 of file ispackets.h.
unsigned IS_SMALL::UVal |
value (e.g. for SMALL_SSP this would be the OutSim packet rate)
Definition at line 942 of file ispackets.h.