C# Class Lawo.EmberPlusSharp.S101.MessageReceivedEventArgs

Provides the data for the S101Client.EmberDataReceived event.
Inheritance: System.EventArgs
Afficher le fichier Open project: Lawo/ember-plus-sharp Class Usage Examples

Méthodes publiques

Méthode Description
GetPayload ( ) : byte[]

Gets the payload of the message.

Private Methods

Méthode Description
MessageReceivedEventArgs ( S101Message message, byte payload, bool isAnotherMessageAvailable ) : System

Method Details

GetPayload() public méthode

Gets the payload of the message.
public GetPayload ( ) : byte[]
Résultat byte[]