Interface IBugDevices
An interface for getting devices associated with a bug.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IBugDevices
Properties
View SourceConnectedDevices
Gets a list of the IGameDevice's from Devices whose last known state was connected.
Declaration
List<IGameDevice> ConnectedDevices { get; }
Property Value
Type | Description |
---|---|
List<IGameDevice> |
Devices
Gets the list of IGameDevice's associated with a bug.
Declaration
List<IGameDevice> Devices { get; }
Property Value
Type | Description |
---|---|
List<IGameDevice> |