node-insim
    Preparing search index...

    Class IS_BTT

    BuTton Type - sent back when user types into a text entry button

    If the IS_BTN.TypeIn byte is set in IS_BTN the user can type text into the button In that case no IS_BTC is sent - an IS_BTT is sent when the user presses ENTER

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_BTT> = ...

    All string properties in a raw format as it was received from LFS

    ClickID: number = 0

    Button identifier originally sent in IS_BTN

    Inst: number = 0

    Used internally by InSim

    ReqI: number = 0

    ReqI as received in the IS_BTN

    Size: 104
    Text: string = ''

    Typed text, zero to IS_BTN.TypeIn specified in IS_BTN

    Type: ISP_BTT = PacketType.ISP_BTT
    TypeIn: number = 0

    From original button specification

    UCID: number = 0

    Connection that typed into the button (zero if local)

    Methods