SPICE3IOControllerReadPort Method |
Reads the whole value from a given port.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntaxpublic override 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