vrLib SDK Documentation
ImmediateOutput Property
NamespacesVideoRay.CommunicationProtocol_PRO4_InterfaceAdapterImmediateOutput
Flag to indicated that output from device should be sent immediately to the communication port. If false data is que'd in an output que which can be accessed via the Read functions. Default is true;
Declaration Syntax
C#Visual BasicVisual C++
public bool ImmediateOutput { get; set; }
Public Property ImmediateOutput As Boolean
public:
property bool ImmediateOutput {
	bool get ();
	void set (bool value);
}

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