Click or drag to resize

GpioAPIGetWriteWidth Method

Gets the amount of time the 'Write' signal is asserted after updating the selected port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public double GetWriteWidth(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

Double
The amount of time the 'Write' signal is asserted.
See Also