CommandListAppendGpioValue Method |
Outputs a value on a GPIO Port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendGpioValue(
IOPort port,
PinAction action,
uint value
)
Parameters
- port IOPort
- The port selector.
- action PinAction
- The action code.
- value UInt32
- The value.
Remarks See Also