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

NetSyncSessionsChangedNotification Class

When a new list of sessions was added or the list of known connected sessions has changed, this Message::MessageType::Notification_NetSync_SessionsChanged will be sent. When the status of a connection has changed, the Message::MessageType::Notification_NetSync_ConnectionStatusChanged will be sent.

Constructors

NetSyncSessionsChangedNotification ( o )
Signature
Oculus.Platform.Models.NetSyncSessionsChangedNotification.NetSyncSessionsChangedNotification(IntPtr o)
Parameters
o: IntPtr

Fields

ConnectionId : readonly long
A long integer ID which can be used to uniquely identify the network synchronization connection.
Signature
readonly long Oculus.Platform.Models.NetSyncSessionsChangedNotification.ConnectionId
Sessions : readonly NetSyncSessionList
An array which contains the new list of Models.NetSyncSession.
Signature
readonly NetSyncSessionList Oculus.Platform.Models.NetSyncSessionsChangedNotification.Sessions