Click or drag to resize

SPICE3IOController.TogglePort Method

Toggles the port.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public override Guid TogglePort(
	PortDefinition port,
	uint mask,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

port  PortDefinition
The logical port to toggle.
mask  UInt32
Mask for pins to toggle.
condition  IOPortCondition
Binning condition.
parentListGuid  Nullable<Guid>
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid
The list Guid, if the process runs in a command list.
See Also