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

Represents a command indicating that the following payload contains EmBER data.
See the "Ember+ Specification"Ember+ Specification, chapter "Message Framing".
상속: S101Command
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp

Private Properties

프로퍼티 타입 설명
EmberData System.Collections.Generic
EmberData System.Collections.Generic
GetPacketFlagsDtdAndAppBytesLength void
ParseCore void
ReadFromCoreAsync Task
WriteToCoreAsync Task

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
EmberData ( ) : System.Collections.Generic
EmberData ( byte dtd ) : System.Collections.Generic
GetPacketFlagsDtdAndAppBytesLength ( ReadBuffer readBuffer ) : void
ParseCore ( string components ) : void
ReadFromCoreAsync ( ReadBuffer readBuffer, CancellationToken cancellationToken ) : Task
WriteToCoreAsync ( WriteBuffer writeBuffer, CancellationToken cancellationToken ) : Task

메소드 상세

ToString() 공개 최종 메소드

public final ToString ( ) : string
리턴 string