node-insim
    Preparing search index...

    Class IS_IPB

    IP Bans

    You can set up to 120 IP addresses that are not allowed to join a host

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<IS_IPB> = ...

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

    BanIPs: string[] = []

    IP addresses, 0 to MAX_BANS (NumB)

    NumB: number = 0

    Number of bans in this packet

    ReqI: number = 0

    0 unless this is a reply to a TINY_IPB request

    Size: number = 8

    8 + NumB * 4

    Sp0: 0
    Sp1: 0
    Sp2: 0
    Sp3: 0
    Type: ISP_IPB = PacketType.ISP_IPB
    MAX_BANS: 120

    Methods