MetaPlatformSDK_NetSyncConnection
Inherits: RefCounted
Represents a net sync connection.
Description
Represents a net sync connection.
Properties
int |
|
|
|
||
int |
|
|
|
||
String |
|
Property Descriptions
int connection_id = 0
int get_connection_id ( )
An ID which can be used to uniquely identify the network synchronization connection.
NetSyncDisconnectReason disconnect_reason = 0
NetSyncDisconnectReason get_disconnect_reason ( )
If status is disconnected, specifies the reason.
int session_id = 0
int get_session_id ( )
The ID of the local session. Will be null
if the connection is not active.
NetSyncConnectionStatus status = 0
NetSyncConnectionStatus get_status ( )
The status of the network synchronization connection.
String zone_id = ""
String get_zone_id ( )
Represents the unique identifier within the current application grouping.