Click or drag to resize

SPICE3IOController.ReadPortN Method

Reads the bit value from a given port.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public override bool ReadPortN(
	PortDefinition port
)

Parameters

port  PortDefinition
The logical port to read from.

Return Value

Boolean
The boolean value of the data in the port.
See Also