BaseIOControllerTogglePort Method |
Toggles the port.
Namespace: RAYLASE.Marker.Device.IOControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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
GuidThe list Guid, if the process runs in a command list.
See Also