ASCIIProtocolSetAnalogOutputLineState(Int32, String) Method |
Set an individual analogue output line to a Hexadecimal value
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetAnalogOutputLineState(
int line,
string hexValue
)
Public Sub SetAnalogOutputLineState (
line As Integer,
hexValue As String
)
member SetAnalogOutputLineState :
line : int *
hexValue : string -> unit
Parameters
- line Int32
- Line number
- hexValue String
- Hexadecimal value
See Also