BaseIOControllerReadPort Method |
Reads the whole value from a given port.
Namespace: RAYLASE.Marker.Device.IOControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract uint ReadPort(
PortDefinition port
)
Parameters
- port PortDefinition
- The logical port to read from.
Return Value
UInt32The value of the data in the port.
See Also