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.0.0.0 (1.0.0.0)
Syntax
public virtual string Receive()

Return Value

String

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

Implements

ISerialProtocolReceive
See Also