vrLib SDK Documentation
Write Method (b)
NamespacesVideoRay.CommunicationCommPortWrite(Byte)
Send a single byte of data out the serial port
Declaration Syntax
C#Visual BasicVisual C++
public bool Write(
	byte b
)
Public Function Write ( _
	b As Byte _
) As Boolean
public:
bool Write(
	unsigned char b
)
Parameters
b (Byte)
byte to transmit
Return Value
false on IO error

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)