Sets the digital input/output pin specified HIGH or LOW.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool SetIOState(
IONumber ioNumber,
IOState ioState
)
Public Function SetIOState (
ioNumber As IONumber,
ioState As IOState
) As Boolean
public:
bool SetIOState(
IONumber ioNumber,
IOState ioState
)
Parameters
- ioNumber
- Type: com.gigatms.Parameters.TS800IONumber
Specifies the number of digital input/output pin for selecting to access. - ioState
- Type: com.gigatms.ParametersIOState
Specifies the state of digital input/output pin.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See AlsoReference
TS800SetIOState(IONumber, IOState)