Click or drag to resize

WrapperSetPin Method

Set pin to a level

Namespace:  FX3ApiWrapper
Assembly:  FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetPin(
	int DIONumber,
	int Level
)

Parameters

DIONumber
Type: SystemInt32
DIO pin number (1-4)
Level
Type: SystemInt32
Level to set (0 or 1)
See Also