Interface IDeviceContainer
Describes an object that contains an IDevice
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public interface IDeviceContainer
Properties
View SourceDevice
Gets the IDevice that this container holds.
Declaration
IDevice Device { get; }
Property Value
Type | Description |
---|---|
IDevice |