C# Class flint.RawMessageReceivedEventArgs

Args for the event of a message being received. Possibly a little excessive as the relevant event will most likely have exactly one subscriber, but it's a small effort.
Inheritance: System.EventArgs
Afficher le fichier Open project: barometz/flint Class Usage Examples

Méthodes publiques

Méthode Description
RawMessageReceivedEventArgs ( ushort endpoint, byte payload ) : System

Method Details

RawMessageReceivedEventArgs() public méthode

public RawMessageReceivedEventArgs ( ushort endpoint, byte payload ) : System
endpoint ushort
payload byte
Résultat System