Photomechanics API
|
Provides means to exchange string data with turntable. More...
Public Member Functions | |
ValueTask | Write (String data) |
Send string to turntable. More... | |
Properties | |
IObservable< Char > | CharReceived [get] |
Occurs when char is received from turntable. More... | |
String | ConnectionInfo [get] |
ITurntableApi.ConnectionInfo. More... | |
Provides means to exchange string data with turntable.
ValueTask IDataTransport.Write | ( | String | data | ) |
Send string to turntable.
Implemented in NetworkDataTransport, and SerialDataTransport.
|
get |
Occurs when char is received from turntable.
Implemented in NetworkDataTransport, and SerialDataTransport.
|
get |
Implemented in NetworkDataTransport, and SerialDataTransport.