Show / Hide Table of Contents

    Class DeviceInfoObserver

    Inheritance
    Object
    DeviceInfoObserver
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeviceInfoObserver : MonoBehaviour

    Fields

    CreateSharedSpatialCoordinateCommand

    Declaration
    public const string CreateSharedSpatialCoordinateCommand = "CreateSharedSpatialCoordinate"
    Field Value
    Type Description
    String

    DeviceInfoCommand

    Declaration
    public const string DeviceInfoCommand = "DeviceInfo"
    Field Value
    Type Description
    String

    StatusCommand

    Declaration
    public const string StatusCommand = "Status"
    Field Value
    Type Description
    String

    Properties

    ConnectedEndpoint

    Gets the SocketEndpoint for the currently-connected device.

    Declaration
    public SocketEndpoint ConnectedEndpoint { get; }
    Property Value
    Type Description
    SocketEndpoint

    DeviceIPAddress

    Gets the IP address reported by the device itself.

    Declaration
    public string DeviceIPAddress { get; }
    Property Value
    Type Description
    String

    DeviceName

    Gets the name of the device.

    Declaration
    public string DeviceName { get; }
    Property Value
    Type Description
    String

    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
    Type Description
    Boolean

    NetworkManager

    Gets the network manager associated with the device.

    Declaration
    public INetworkManager NetworkManager { get; }
    Property Value
    Type Description
    INetworkManager
    In This Article
    • Fields
      • CreateSharedSpatialCoordinateCommand
      • DeviceInfoCommand
      • StatusCommand
    • Properties
      • ConnectedEndpoint
      • DeviceIPAddress
      • DeviceName
      • IsTrackingStalled
      • NetworkManager
    Back to top Generated by DocFX