|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
BuTton Type. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 104 | |
| byte | Type |
| ISP_BTT | |
| byte | ReqI |
| ReqI as received in the IS_BTN | |
| byte | UCID |
| connection that typed into the button (zero if local) | |
| byte | ClickID |
| button identifier originally sent in IS_BTN | |
| byte | Inst |
| used internally by InSim | |
| byte | TypeIn |
| from original button specification | |
| byte | Sp3 |
| char | Text [96] |
| typed text, zero to TypeIn specified in IS_BTN | |
BuTton Type.
sent back when user types into a text entry button
Definition at line 2554 of file ispackets.h.
| byte IS_BTT::ClickID |
button identifier originally sent in IS_BTN
Definition at line 2561 of file ispackets.h.
| byte IS_BTT::Inst |
used internally by InSim
Definition at line 2562 of file ispackets.h.
| byte IS_BTT::ReqI |
ReqI as received in the IS_BTN
Definition at line 2558 of file ispackets.h.
| byte IS_BTT::Size |
104
Definition at line 2556 of file ispackets.h.
| byte IS_BTT::Sp3 |
Definition at line 2564 of file ispackets.h.
| char IS_BTT::Text[96] |
typed text, zero to TypeIn specified in IS_BTN
Definition at line 2566 of file ispackets.h.
| byte IS_BTT::Type |
Definition at line 2557 of file ispackets.h.
| byte IS_BTT::TypeIn |
from original button specification
Definition at line 2563 of file ispackets.h.
| byte IS_BTT::UCID |
connection that typed into the button (zero if local)
Definition at line 2559 of file ispackets.h.
1.7.6.1