Writes a value to a port's output pins.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Write(
IOPort port,
PinAction action,
uint value
)
Parameters
- port IOPort
- The port selector.
- action PinAction
- Mode for this write.
- value UInt32
- The value to assert at the output pins.
See Also