SerenityJS
    Preparing search index...

    Represents an address data type. Address is used when establishing a connection in RakNet.

    Hierarchy

    • DataType
      • Address
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Initializes a new instance of the Address data type.

      Parameters

      • address: string

        The address of the data type.

      • port: number

        The port of the data type.

      • version: number

        The version of the data type.

      Returns Address

    Properties

    address: string

    The address of the data type.

    port: number

    The port of the data type.

    version: number

    The version of the data type.

    Methods