#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) |
General purpose 8 byte packet
Definition at line 809 of file ispackets.h.
byte IS_SMALL::Size |
byte IS_SMALL::Type |
byte IS_SMALL::ReqI |
0 unless it is an info request or a reply to an info request
Definition at line 813 of file ispackets.h.
byte IS_SMALL::SubT |
unsigned IS_SMALL::UVal |
value (e.g. for SMALL_SSP this would be the OutSim packet rate)
Definition at line 816 of file ispackets.h.