Click or drag to resize

ClientAPIGpio Property

Provides access to GPIO handling operations.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public GpioAPI Gpio { get; }

Property Value

GpioAPI
The GpioAPI instance.
Remarks
The GPIO pins can be accessed independently of List operations.
See Also