Interface IEmulatedPortsManager
Helper service to retrieve an IEmulated
Namespace: Snowflake.Orchestration.Extensibility
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IEmulatedPortsManager
Methods
GetControllerAtPort(IEmulatorOrchestrator, PlatformId, Int32)
Retrieves an IEmulated
Declaration
IEmulatedController GetControllerAtPort(IEmulatorOrchestrator orchestrator, PlatformId platform, int portIndex)
Parameters
Type | Name | Description |
---|---|---|
IEmulator |
orchestrator | The IEmulator |
Platform |
platform | The Platform |
System. |
portIndex | The port index |
Returns
Type | Description |
---|---|
IEmulated |
The IEmulated |