Interface IEmulatedPortDeviceEntry
Represents a device plugged into a emulated port.
A disconnected device can be "plugged in" to an emulated port, in which case
the corresponding IInput
Namespace: Snowflake.Orchestration.Extensibility
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IEmulatedPortDeviceEntry
Properties
ControllerID
The Stone Controller
Declaration
ControllerId ControllerID { get; }
Property Value
Type | Description |
---|---|
Controller |
Driver
The driver type of the real device used for this port.
Declaration
InputDriver Driver { get; }
Property Value
Type | Description |
---|---|
Input |
InstanceGuid
The instance GUID of the real device used for this port.
Declaration
Guid InstanceGuid { get; }
Property Value
Type | Description |
---|---|
System. |
PlatformID
The Stone Platform
Declaration
PlatformId PlatformID { get; }
Property Value
Type | Description |
---|---|
Platform |
PortIndex
The 0-indexed port index of the port.
Declaration
int PortIndex { get; }
Property Value
Type | Description |
---|---|
System. |
ProfileGuid
The GUID of the input mappings profile that maps the real Device
Declaration
Guid ProfileGuid { get; }
Property Value
Type | Description |
---|---|
System. |