Click or drag to resize

BaseIOControllerTogglePort Method

Toggles the port.

Namespace: RAYLASE.Marker.Device.IOController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract 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  NullableGuid
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