Click or drag to resize

WrapperReadPin Method

Read the level on a DIO pin

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ReadPin(
	int DIONumber
)

Parameters

DIONumber
Type: SystemInt32
DIO pin number (1-4)

Return Value

Type: Int32
DIO pin level (0 or 1)
See Also