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

PeerID

Struct that represents the identifiers of other peers in the room....

Declaration

public readonly struct PeerID : ValueType, IEquatable<PeerID>

Summary

Struct that represents the identifiers of other peers in the room. Can be compared with other PeerIDs and used as Keys in Dictionaries.


Constructors

public PeerID(uint id)

Properties

NameTypeSummary
readonly IdentifierGuid
-

Fields

NameTypeSummary
static InvalidIDPeerID
-

Methods

NameTypeSummary
Equalsbool
-
GetHashCodeint
-
ToStringstring
-
ToUint32uint
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable