Click or drag to resize
Accord.NET (logo)

CommunicationBufferEventArgs Constructor (Byte)

Initializes a new instance of the CommunicationBufferEventArgs class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public CommunicationBufferEventArgs(
	byte[] message
)
Request Example View Source

Parameters

message
Type: SystemByte
Message being transfered during communication process.
See Also