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;

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

Syntax

C#
public bool ImmediateOutput { get; set; }
Visual Basic (Declaration)
Public Property ImmediateOutput As Boolean
Visual C++
public:
property bool ImmediateOutput {
	bool get ();
	void set (bool value);
}

See Also