DataReceivedEnabled Property

LibUsbDotNet

LibUsbDotNet 2.2.8 DataReceivedEnabled Property
Library ReferenceLibUsbDotNetUsbEndpointReaderDataReceivedEnabled
LibUsbDotNet on SourceForge
Gets/Sets a value indicating if the DataReceived event should be used.
Declaration Syntax
C# Visual Basic Visual C++
public virtual bool DataReceivedEnabled { get; set; }
Public Overridable Property DataReceivedEnabled As Boolean
	Get
	Set
public:
virtual property bool DataReceivedEnabled {
	bool get ();
	void set (bool value);
}
Remarks
If DataReceivedEnabled is true the Read(array<Byte>[]()[][], Int32, Int32, Int32, Int32%) functions cannot be used.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)