Send a single byte of data out the serial port

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool Write(
	byte b
)
Visual Basic (Declaration)
Public Function Write ( _
	b As Byte _
) As Boolean
Visual C++
public:
bool Write(
	unsigned char b
)

Parameters

b
Type: System..::.Byte
byte to transmit

Return Value

false on IO error

See Also