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

Represents a message excluding payload.

See the "Ember+ Specification"Ember+ Specification, chapter "Message Framing".

Non-Ember messages are not currently supported.

파일 보기 프로젝트 열기: Lawo/ember-plus-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetMessageType byte
ReadFromAsync Task
S101Message System
WriteToAsync Task

공개 메소드들

메소드 설명
S101Message ( byte slot, S101Command command ) : System

Initializes a new instance of the S101Message class.

비공개 메소드들

메소드 설명
GetMessageType ( ReadBuffer readBuffer ) : byte
ReadFromAsync ( ReadBuffer readBuffer, CancellationToken cancellationToken ) : Task
S101Message ( byte slot, byte messageType, S101Command command ) : System
WriteToAsync ( WriteBuffer writerBuffer, CancellationToken cancellationToken ) : Task

메소드 상세

S101Message() 공개 메소드

Initializes a new instance of the S101Message class.
equals null.
public S101Message ( byte slot, S101Command command ) : System
slot byte
command S101Command
리턴 System