IIOProtocol Methods |
The IIOProtocol type exposes the following members.
Name | Description | |
---|---|---|
ClearAllLatchedDigitalInputs | Clear the Latches | |
ClearAllLatchedInputs | Obsolete. Clear the Latches | |
ClearDigitalInputLineCount | Clears the digital input counter of the specified channel. | |
ClearLineCount | Obsolete. Clears the digital input counter of the specified channel. | |
GetAllAnalogInputLineStates | Gets the state of all the Analog Input lines of the device as double[lineNumber] | |
GetAllAnalogOutputLineStates | Gets the state of all the Analog Output lines of the device as double[lineNumber] | |
GetAllDigitalLineStates | Get All digital Line States, where each bit represents the state of the corresponding line number | |
GetAllLatchedHighDigitalInputStates | Get ALL Latched High Digital Input States, where each bit represents whether the corresponding line is latched high | |
GetAllLatchedHighInputStates | Obsolete. Get ALL Latched High Digital Input States, where each bit represents whether the corresponding line is latched high | |
GetAllLatchedLowDigitalInputStates | Get ALL Latched Low Digital Input States, where each bit represents whether the corresponding line is latched low | |
GetAllLatchedLowInputStates | Obsolete. Get ALL Latched Low Digital Input States, where each bit represents whether the corresponding line is latched low | |
GetAllLineStates | Obsolete. Get All digital Line states, where each bit represents the state of the corresponding line number | |
GetAnalogLineState | Get an individual analog line state | |
GetDeviceConfiguration | Get various aspects of the device configuration and cache them locally | |
GetDeviceName | Uncached version of Property | |
GetDigitalInputLineCount | Reads the input counter of the specified digital line. The count can be 16 bits or 32 bits, by default int in .NET is 32bits however to be safe we are explicitly setting the return type to 32 bit int | |
GetDigitalLineState | Get an individual digital line state | |
GetLineCount | Obsolete. Reads the input counter of the specified digital line. The count can be 16 bits or 32 bits, by default int in .NET is 32bits however to be safe we are explicitly setting the return type to 32 bit int | |
GetLineState | Obsolete. Get an individual digital line state | |
ResetToFactoryDefaultSettings | Reset to factory default settings Be sure to clear any cached state | |
Restart | Restart the device to power on setting | |
SendCommand | send a command using the given protocol | |
SetAllDigitalOutputLineStates | Set All Output Line States, where each bit represents the state of the corresponding line number | |
SetAllOutputLineStates | Obsolete. Set All digital output Line States, where each bit represents the state of the corresponding line number | |
SetAnalogOutputLineState | Set an individual analog line | |
SetDeviceConfiguration(Int32, Int32, IOChangeTypes, CounterMode, Boolean) | Set various aspects of the device configuration for a digital device | |
SetDeviceConfiguration(Int32, Int32, AnalogDataFormat, Boolean, Boolean, Boolean, TemperatureUnit) | Set various aspects of the device configuration for an analog device | |
SetDigitalOutputLineState | Set an individual digital output Line | |
SetOutputLineState | Obsolete. Set an individual digital output Line |