C# Class Lawo.EmberPlusSharp.S101.MessageReceivedEventArgs

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

Public Methods

Method Description
GetPayload ( ) : byte[]

Gets the payload of the message.

Private Methods

Method Description
MessageReceivedEventArgs ( S101Message message, byte payload, bool isAnotherMessageAvailable ) : System

Method Details

GetPayload() public method

Gets the payload of the message.
public GetPayload ( ) : byte[]
return byte[]