Click or drag to resize

DefaultSerialProtocolReceive Method

Receive data from the serial port decoded in the set encoding Will block until: the timeout is reached in which case an exception is thrown or until the terminating character is found

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public virtual string Receive()

Return Value

Type: String

[Missing <returns> documentation for "M:Brainboxes.IO.DefaultSerialProtocol.Receive"]

Implements

ISerialProtocolReceive
See Also