C# 클래스 Lawo.EmberPlusSharp.S101.MessageReceivedEventArgs

Provides the data for the S101Client.EmberDataReceived event.
상속: System.EventArgs
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp 1 사용 예제들

공개 메소드들

메소드 설명
GetPayload ( ) : byte[]

Gets the payload of the message.

비공개 메소드들

메소드 설명
MessageReceivedEventArgs ( S101Message message, byte payload, bool isAnotherMessageAvailable ) : System

메소드 상세

GetPayload() 공개 메소드

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