Class EmptyDevice
A class to represent an empty device.
Implements
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public class EmptyDevice : IGameDevice
Properties
View SourceAlias
Gets or sets the device alias.
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
string |
AttachedObjectModel
Gets or sets the attached object model.
Declaration
public object AttachedObjectModel { get; set; }
Property Value
Type | Description |
---|---|
object |
Configuration
Gets or sets the device configuration.
Declaration
public string Configuration { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceImplementation
Gets the device implementation.
Declaration
public object DeviceImplementation { get; }
Property Value
Type | Description |
---|---|
object |
DeviceTypeName
Gets the device type name.
Declaration
public string DeviceTypeName { get; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Gets the device display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
DisplayPrefix
Gets or sets the display prefix.
Declaration
public string DisplayPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
IPAddress
Gets the IP Address.
Declaration
public IPAddress IPAddress { get; }
Property Value
Type | Description |
---|---|
IPAddress |
Id
Gets the device id.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
InfoString
Gets the Info String.
Declaration
public string InfoString { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the device name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
XboxLiveDeviceId
Gets the xbox live device id.
Declaration
public string XboxLiveDeviceId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceCleanup()
Cleanup for the device.
Declaration
public void Cleanup()