C# Class Lawo.EmberPlusSharp.S101.EmberData

Represents a command indicating that the following payload contains EmBER data.
See the "Ember+ Specification"Ember+ Specification, chapter "Message Framing".
Inheritance: S101Command
Show file Open project: Lawo/ember-plus-sharp

Private Properties

Property Type Description
EmberData System.Collections.Generic
EmberData System.Collections.Generic
GetPacketFlagsDtdAndAppBytesLength void
ParseCore void
ReadFromCoreAsync Task
WriteToCoreAsync Task

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
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

Method Details

ToString() public final method

public final ToString ( ) : string
return string