node-insim
    Preparing search index...

    Class IS_BFN

    Button FunctioN - delete buttons / receive button requests

    NOTE: BFN_REQUEST allows the user to bring up buttons with SHIFT+B or SHIFT+I

    • SHIFT+I clears all host buttons if any - or sends a BFN_REQUEST to host instances
    • SHIFT+B is the same but for local buttons and local instances

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_BFN> = ...

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

    ClickID: number = 0

    If SubT is BFN_DEL_BTN: ID of single button to delete or first button in range

    ClickMax: number = 0

    If SubT is BFN_DEL_BTN: ID of last button in range (if greater than ClickID)

    Inst: number = 0

    Used internally by InSim

    ReqI: 0
    Size: 8
    SubT: ButtonFunction = 0

    Subtype

    Type: ISP_BFN = PacketType.ISP_BFN
    UCID: number = 0

    Connection to send to or received from (0 = local / 255 = all)

    Methods