Show / Hide Table of Contents

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 Source

ConnectedDevices

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>
View Source

Devices

Gets the list of IGameDevice's associated with a bug.

Declaration
List<IGameDevice> Devices { get; }
Property Value
Type Description
List<IGameDevice>
  • View Source
In this article
Back to top Generated by DocFX