Endorphin.IO


TcpipInstrument<'T>

Namespace: Endorphin.IO

Serialises writing linemode commands to a Tcpip port and read emitted data into lines asynchronously. This is useful for devices which don't implement a VISA-style command-response e.g. if commands are not acknowledged but the device may stream line-mode data

Constructors

ConstructorDescription
new(logname, hostname, port, lineEnding)
Signature: (logname:string * hostname:string * port:int * lineEnding:string option) -> TcpipInstrument<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
OnFinish()
Signature: unit -> unit
Start()
Signature: unit -> unit
Fork me on GitHub