C# Class Flint.Core.BytesReceivedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: barometz/flint Class Usage Examples

Public Methods

Method Description
BytesReceivedEventArgs ( ) : System
BytesReceivedEventArgs ( byte bytes ) : System

Method Details

BytesReceivedEventArgs() public method

public BytesReceivedEventArgs ( ) : System
return System

BytesReceivedEventArgs() public method

public BytesReceivedEventArgs ( byte bytes ) : System
bytes byte
return System