API reference
API reference
Select your platform
No SDKs available
No versions available

NetSyncConnection Class

It represents the connection of a network synchronization system that allows multiple clients to connect and communicate with each other in real-time. It provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Member Functions

NetSyncConnection
( final long ptr )
A 'long' integer ID which can be used to uniquely identify the network synchronization connection.
Returns
long
If the status is com.meta.horizon.platform.ovr.enums.NetSyncConnectionStatus#Disconnected, NetSyncDisconnectReason specifies the reason. com.meta.horizon.platform.ovr.enums.NetSyncDisconnectReason#Unknown - The disconnect reason was unknown. com.meta.horizon.platform.ovr.enums.NetSyncDisconnectReason#LocalTerminated - The disconnect was requested by an user. com.meta.horizon.platform.ovr.enums.NetSyncDisconnectReason#ServerTerminated - The server closed the connection. com.meta.horizon.platform.ovr.enums.NetSyncDisconnectReason#Failed - The initial connection never succeeded. com.meta.horizon.platform.ovr.enums.NetSyncDisconnectReason#Lost - The disconnect was caused by network timeout.
Returns
NetSyncDisconnectReason
The ID of the local session. Will be null if the connection is not active.
Returns
long
A NetSyncConnectionStatus that defines the different status of the network synchronization connection. com.meta.horizon.platform.ovr.enums.NetSyncConnectionStatus#Unknown - The current connection status is unknown. com.meta.horizon.platform.ovr.enums.NetSyncConnectionStatus#Connecting - The connection has been started and the process is ongoing. com.meta.horizon.platform.ovr.enums.NetSyncConnectionStatus#Disconnected - The current connection status is disconnected. com.meta.horizon.platform.ovr.enums.NetSyncConnectionStatus#Connected - The connection has been established.
Returns
NetSyncConnectionStatus
A string represents the unique identifier within the current application grouping.
Returns
String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon