Show / Hide Table of Contents

Class EmptyDevice

A class to represent an empty device.

Inheritance
object
EmptyDevice
Implements
IGameDevice
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class EmptyDevice : IGameDevice

Properties

View Source

Alias

Gets or sets the device alias.

Declaration
public string Alias { get; set; }
Property Value
Type Description
string
View Source

AttachedObjectModel

Gets or sets the attached object model.

Declaration
public object AttachedObjectModel { get; set; }
Property Value
Type Description
object
View Source

Configuration

Gets or sets the device configuration.

Declaration
public string Configuration { get; set; }
Property Value
Type Description
string
View Source

DeviceImplementation

Gets the device implementation.

Declaration
public object DeviceImplementation { get; }
Property Value
Type Description
object
View Source

DeviceTypeName

Gets the device type name.

Declaration
public string DeviceTypeName { get; }
Property Value
Type Description
string
View Source

DisplayName

Gets the device display name.

Declaration
public string DisplayName { get; }
Property Value
Type Description
string
View Source

DisplayPrefix

Gets or sets the display prefix.

Declaration
public string DisplayPrefix { get; set; }
Property Value
Type Description
string
View Source

IPAddress

Gets the IP Address.

Declaration
public IPAddress IPAddress { get; }
Property Value
Type Description
IPAddress
View Source

Id

Gets the device id.

Declaration
public string Id { get; }
Property Value
Type Description
string
View Source

InfoString

Gets the Info String.

Declaration
public string InfoString { get; }
Property Value
Type Description
string
View Source

Name

Gets or sets the device name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
View Source

XboxLiveDeviceId

Gets the xbox live device id.

Declaration
public string XboxLiveDeviceId { get; }
Property Value
Type Description
string

Methods

View Source

Cleanup()

Cleanup for the device.

Declaration
public void Cleanup()

Implements

IGameDevice
  • View Source
In this article
Back to top Generated by DocFX