Class DeviceInfoObserver
Inheritance
DeviceInfoObserver
Assembly: cs.temp.dll.dll
Syntax
public class DeviceInfoObserver : MonoBehaviour
Fields
CreateSharedSpatialCoordinateCommand
Declaration
public const string CreateSharedSpatialCoordinateCommand = "CreateSharedSpatialCoordinate"
Field Value
DeviceInfoCommand
Declaration
public const string DeviceInfoCommand = "DeviceInfo"
Field Value
StatusCommand
Declaration
public const string StatusCommand = "Status"
Field Value
Properties
ConnectedEndpoint
Gets the SocketEndpoint for the currently-connected device.
Declaration
public SocketEndpoint ConnectedEndpoint { get; }
Property Value
DeviceIPAddress
Gets the IP address reported by the device itself.
Declaration
public string DeviceIPAddress { get; }
Property Value
DeviceName
Gets the name of the device.
Declaration
public string DeviceName { get; }
Property Value
IsTrackingStalled
Gets whether or not the receipt of new poses from the device has stalled for an unexpectedly-large time.
Declaration
public bool IsTrackingStalled { get; }
Property Value
NetworkManager
Gets the network manager associated with the device.
Declaration
public INetworkManager NetworkManager { get; }
Property Value