Click or drag to resize
Accord.NET (logo)

CommunicationBufferEventArgs Constructor (Byte, Int32, Int32)

Initializes a new instance of the CommunicationBufferEventArgs class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public CommunicationBufferEventArgs(
	byte[] buffer,
	int index,
	int length
)
Request Example View Source

Parameters

buffer
Type: SystemByte
Buffer containing the message being transferred during communication process.
index
Type: SystemInt32
Starting index of the message within the buffer.
length
Type: SystemInt32
Length of the message within the buffer.
See Also