Click or drag to resize

ASCIIProtocol Methods

The ASCIIProtocol type exposes the following members.

Methods
  NameDescription
Public methodClearAllLatchedDigitalInputs
Clear the INPUT latches
Public methodClearAllLatchedInputs Obsolete.
Clear the digital INPUT latches
Public methodClearDigitalInputLineCount
Clears the digital input counter of the specified line.
Public methodClearLineCount Obsolete.
Clears the digital input counter of the specified line.
Public methodCommandDoesNotHaveResponse
Test whether the command does not have an ASCII response from the ED Device
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllAnalogInputLineStates
Gets the state of all the Analog Input lines of the device as double[lineNumber]
Public methodGetAllAnalogOutputLineStates
Gets the state of all the Analog Output lines of the device as double[lineNumber]
Public methodGetAllDigitalLineStates
Get the state of all the digital IOLines of the device as an integer
Public methodGetAllLatchedHighDigitalInputStates
Get the HIGH LATCH states of all the digital Inputs
Public methodGetAllLatchedHighInputStates Obsolete.
Get the HIGH LATCH states of all the digital inputs
Public methodGetAllLatchedLowDigitalInputStates
Get the LOW LATCH state of all the digital INPUTS
Public methodGetAllLatchedLowInputStates Obsolete.
Get the LOW LATCH state of all the digital INPUTS
Public methodGetAllLineStates Obsolete.
Get the state of all the digital IOLines of the device as an integer
Public methodGetAnalogLineState
Get the state of an Analog IO Line. If the analog line is disabled it will return +00.000
Public methodGetDeviceConfiguration
Read the device configuration
Public methodGetDeviceName
Get the name of the Device
Public methodGetDigitalInputLineCount
Reads the digital input counter of the specified channel
Public methodGetDigitalLineState
Get the state of a digital IO Line
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLineCount Obsolete.
Reads the digital input counter of the specified channel
Public methodGetLineState Obsolete.
Get the state of a digital IO line
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetToFactoryDefaultSettings
Reset the ED device to factory default settings
Public methodRestart
Power Off and the On the ED Device
Public methodSendCommand
Send a command to a Brainboxes Device and optionally receive a response back from the device
Public methodSetAllDigitalOutputLineStates
set all output lines on the device open (0) or closed (1) The bit position represents the line number
Public methodSetAllOutputLineStates Obsolete.
set all output lines on the device open (0) or closed (1) The bit position represents the line number
Public methodSetAnalogOutputLineState
Set an individual analogue output line value
Public methodSetDigitalOutputLineState
Set an individual digital output line state open (0) or closed (1)s
Public methodSetOutputLineState Obsolete.
Set an individual digital output line state open (0) or closed (1)s
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also