Click or drag to resize

SPICE3IOMonitorViewSetPorts Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOMonitorView.SetPorts(System.Collections.Generic.IList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.PortMapItem},System.Collections.Generic.IReadOnlyList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.BaseSpecialFunctionSettings})"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.27.0
Syntax
C#
public void SetPorts(
	IList<PortMapItem> ports,
	IReadOnlyList<BaseSpecialFunctionSettings> specialFunctions
)

Parameters

ports  IListPortMapItem

[Missing <param name="ports"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOMonitorView.SetPorts(System.Collections.Generic.IList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.PortMapItem},System.Collections.Generic.IReadOnlyList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.BaseSpecialFunctionSettings})"]

specialFunctions  IReadOnlyListBaseSpecialFunctionSettings

[Missing <param name="specialFunctions"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOMonitorView.SetPorts(System.Collections.Generic.IList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.PortMapItem},System.Collections.Generic.IReadOnlyList{RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.BaseSpecialFunctionSettings})"]

See Also