Skip to content

/AWS1/CL_GMLPLAYERCONNENDPOINT

Network address(es) and port(s) for connecting to a game session.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_ipaddress TYPE /AWS1/GMLIPADDRESS /AWS1/GMLIPADDRESS

IP address for connecting to the game session. When player gateway is enabled, this is a player gateway IP address. When player gateway is disabled, this is the game server IP address.

iv_port TYPE /AWS1/GMLPORTNUMBER /AWS1/GMLPORTNUMBER

Port number for connecting to the game session. When player gateway is enabled, this is a player gateway port. When player gateway is disabled, this is the game server port.


Queryable Attributes

IpAddress

IP address for connecting to the game session. When player gateway is enabled, this is a player gateway IP address. When player gateway is disabled, this is the game server IP address.

Accessible with the following methods

Method Description
GET_IPADDRESS() Getter for IPADDRESS, with configurable default
ASK_IPADDRESS() Getter for IPADDRESS w/ exceptions if field has no value
HAS_IPADDRESS() Determine if IPADDRESS has a value

Port

Port number for connecting to the game session. When player gateway is enabled, this is a player gateway port. When player gateway is disabled, this is the game server port.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PLAYERCONNENDPOINTLIST

TYPES TT_PLAYERCONNENDPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMLPLAYERCONNENDPOINT WITH DEFAULT KEY
.