Initializes a new instance of the CommPort..::.DataReceivedArgs class
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public DataReceivedArgs( byte[] _buffer ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ _buffer As Byte() _ ) |
Visual C++ |
---|
public: DataReceivedArgs( array<unsigned char>^ _buffer ) |
Parameters
- _buffer
- Type: array<
System..::.Byte
>[]()[]