|
CommunicationBufferEventArgs Constructor (Byte, Int32, Int32)
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public CommunicationBufferEventArgs(
byte[] buffer,
int index,
int length
)
Public Sub New (
buffer As Byte(),
index As Integer,
length As Integer
)
Request Example
View SourceParameters
- 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