Initializes a new instance of the CommunicationBufferEventArgs class.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public CommunicationBufferEventArgs( byte[] message ) |
Parameters
- message
- Type: array<
System..::.Byte
>[]()[]
Message being transfered during communication process.