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 2537 of file ispackets.h.
| byte IS_BTT::Size |
104
Definition at line 2539 of file ispackets.h.
| byte IS_BTT::Type |
Definition at line 2540 of file ispackets.h.
| byte IS_BTT::ReqI |
ReqI as received in the IS_BTN
Definition at line 2541 of file ispackets.h.
| byte IS_BTT::UCID |
connection that typed into the button (zero if local)
Definition at line 2542 of file ispackets.h.
| byte IS_BTT::ClickID |
button identifier originally sent in IS_BTN
Definition at line 2544 of file ispackets.h.
| byte IS_BTT::Inst |
used internally by InSim
Definition at line 2545 of file ispackets.h.
| byte IS_BTT::TypeIn |
from original button specification
Definition at line 2546 of file ispackets.h.
| byte IS_BTT::Sp3 |
Definition at line 2547 of file ispackets.h.
| char IS_BTT::Text[96] |
typed text, zero to TypeIn specified in IS_BTN
Definition at line 2549 of file ispackets.h.
1.7.3