InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Button FunctioN. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
8 | |
byte | Type |
ISP_BFN | |
byte | ReqI |
0 | |
byte | SubT |
subtype, from BFN_ enumeration | |
byte | UCID |
connection to send to or from (0 = local / 255 = all) | |
byte | ClickID |
ID of button to delete (if SubT is BFN_DEL_BTN) | |
byte | Inst |
used internally by InSim | |
byte | Sp3 |
Button FunctioN.
delete buttons / receive button requests
Definition at line 2410 of file ispackets.h.
byte IS_BFN::ClickID |
ID of button to delete (if SubT is BFN_DEL_BTN)
Definition at line 2418 of file ispackets.h.
byte IS_BFN::Inst |
used internally by InSim
Definition at line 2419 of file ispackets.h.
byte IS_BFN::ReqI |
0
Definition at line 2414 of file ispackets.h.
byte IS_BFN::Size |
8
Definition at line 2412 of file ispackets.h.
byte IS_BFN::Sp3 |
Definition at line 2420 of file ispackets.h.
byte IS_BFN::SubT |
subtype, from BFN_ enumeration
Definition at line 2415 of file ispackets.h.
byte IS_BFN::Type |
Definition at line 2413 of file ispackets.h.
byte IS_BFN::UCID |
connection to send to or from (0 = local / 255 = all)
Definition at line 2417 of file ispackets.h.