Click or drag to resize

BaseIOControllerReadPortN Method

Reads the bit value from a given port.

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