vrLib SDK Documentation
Open Method (portName, baudRate)
NamespacesVideoRay.CommunicationProtocol_PRO4_InterfaceAdapterOpen(String, Int32)
Opens the specified port to be used as the relay port. Data to/from this port is muxed onto the tether bus
Declaration Syntax
C#Visual BasicVisual C++
public bool Open(
	string portName,
	int baudRate
)
Public Function Open ( _
	portName As String, _
	baudRate As Integer _
) As Boolean
public:
bool Open(
	String^ portName, 
	int baudRate
)
Parameters
portName (String)
Name of the port.
baudRate (Int32)
The baud rate.
Return Value
true if the port can be successfully opened, false if the port cannot be opened

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