Show / Hide Table of Contents

Interface IDeviceContainer

Describes an object that contains an IDevice

Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public interface IDeviceContainer

Properties

View Source

Device

Gets the IDevice that this container holds.

Declaration
IDevice Device { get; }
Property Value
Type Description
IDevice
  • View Source
In This Article
Back to top Generated by DocFX