Reads a port's input pins.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public uint Read(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
UInt32The value currently asserted at the input pins, if available.
Remarks Not much point calling this if the port's pins have all been set to
Output...
See Also