Endorphin.IO


Endorphin.IO

Endorphin.IO Namespace

TypeDescription
ExtractReply<'T>
LineAgent<'T>

Agent to serialise writing linemode command and read emitted data into lines asynchronously. StreamBuffer doesn't 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

LineSerialInstrument
LineTcpipInstrument
PromptSerialInstrument
PromptTcpipInstrument
ReceivedLines
TcpipInstrument<'T>

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

ModuleDescription
LineAgent
Serial

Endorphin.IO.Reactive Namespace

TypeDescription
LineObservableSerialInstrument
LineObservableTcpipInstrument
PromptObservableSerialInstrument
PromptObservableTcpipInstrument
SerialInstrument<'T>
TcpipInstrument<'T>
Fork me on GitHub