Click or drag to resize

TS800SetIOState Method

Sets the I/O pin specified HIGH or LOW.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntax
public bool SetIOState(
	IONumber ioNumber,
	IOState ioState
)

Parameters

ioNumber
Type: com.gigatms.ParametersIONumber
Specifies the number of I/O pin for selecting to access.
ioState
Type: com.gigatms.ParametersIOState
Specifies the state of I/O pin.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also