ASCIIProtocol Class |
Namespace: Brainboxes.IO
The ASCIIProtocol type exposes the following members.
Name | Description | |
---|---|---|
![]() | ASCIIProtocol |
Create an ASCII Protocol object,
|
Name | Description | |
---|---|---|
![]() | Address |
default ASCII DCON device address can be set in constructor to specific value
|
![]() | DeviceName |
The name of the ED Device
|
![]() | Stream |
Set the stream which the protocol data is written and read from
(Inherited from Protocol.) |
Name | Description | |
---|---|---|
![]() | ClearAllLatchedDigitalInputs |
Clear the INPUT latches
|
![]() | ClearAllLatchedInputs | Obsolete.
Clear the digital INPUT latches
|
![]() | ClearDigitalInputLineCount |
Clears the digital input counter of the specified line.
|
![]() | ClearLineCount | Obsolete.
Clears the digital input counter of the specified line.
|
![]() | CommandDoesNotHaveResponse |
Test whether the command does not have an ASCII response from the ED Device
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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 the state of all the digital IOLines of the device as an integer
|
![]() | GetAllLatchedHighDigitalInputStates |
Get the HIGH LATCH states of all the digital Inputs
|
![]() | GetAllLatchedHighInputStates | Obsolete.
Get the HIGH LATCH states of all the digital inputs
|
![]() | GetAllLatchedLowDigitalInputStates |
Get the LOW LATCH state of all the digital INPUTS
|
![]() | GetAllLatchedLowInputStates | Obsolete.
Get the LOW LATCH state of all the digital INPUTS
|
![]() | GetAllLineStates | Obsolete.
Get the state of all the digital IOLines of the device as an integer
|
![]() | GetAnalogLineState |
Get the state of an Analog IO Line. If the analog line is disabled it will return +00.000
|
![]() | GetDeviceConfiguration |
Read the device configuration
|
![]() | GetDeviceName |
Get the name of the Device
|
![]() | GetDigitalInputLineCount |
Reads the digital input counter of the specified channel
|
![]() | GetDigitalLineState |
Get the state of a digital IO Line
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLineCount | Obsolete.
Reads the digital input counter of the specified channel
|
![]() | GetLineState | Obsolete.
Get the state of a digital IO line
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ResetToFactoryDefaultSettings |
Reset the ED device to factory default settings
|
![]() | Restart |
Power Off and the On the ED Device
|
![]() | SendCommand |
Send a command to a Brainboxes Device and optionally receive a response back from the device
|
![]() | SetAllDigitalOutputLineStates |
set all output lines on the device open (0) or closed (1)
The bit position represents the line number
|
![]() | SetAllOutputLineStates | Obsolete.
set all output lines on the device open (0) or closed (1)
The bit position represents the line number
|
![]() | SetAnalogOutputLineState |
Set an individual analogue output line value
|
![]() | SetDigitalOutputLineState |
Set an individual digital output line state open (0) or closed (1)s
|
![]() | SetOutputLineState | Obsolete.
Set an individual digital output line state open (0) or closed (1)s
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |