Skip to main content
API Reference NianticSpatial.NSDK.SharedAR.Networking

NsdkNetworking


Declaration

public class NsdkNetworking : INetworking

Constructors

public NsdkNetworking(string serverAddr, string roomId, string endpointPrefix)

Properties

NameTypeSummary
readonly NetworkStateNetworkState
-
readonly PeerIDsList<PeerID>
-
readonly SelfPeerIDPeerID
-
SessionIdstring
-

Methods

NameTypeSummary
Disposevoid
-
Joinvoid
-
Leavevoid
-
SendDatavoid
-

Events

NameTypeSummary
DataReceivedAction<DataReceivedArgs>
-
NetworkEventAction<NetworkEventArgs>
-
PeerAddedAction<PeerIDArgs>
-
PeerRemovedAction<PeerIDArgs>
-

Relationships

implements: INetworking