Click or drag to resize
Lawo.EmberPlusSharp.Ember Namespace
Contains types that support the encoding and decoding of EmBER messages.
Classes
  ClassDescription
Public classBerBoolean
Describes the BER boolean type as specified in "X.690"[1] , chapter 8.2.
Public classBerInteger
Describes the BER integer type as specified in "X.690"[1] , chapter 8.3.
Public classBerOctetstring
Describes the BER octetstring type as specified in "X.690"[1] , chapter 8.7.
Public classBerReal
Describes the BER real type as specified in "X.690"[1] , chapter 8.5.
Public classBerRelativeObjectIdentifier
Describes the BER relative object identifier type as specified in "X.690"[1] , chapter 8.20.
Public classBerSequence
Describes the BER sequence type as specified in "X.690"[1] , chapter 8.9.
Public classBerSet
Describes the BER set type as specified in "X.690"[1] , chapter 8.11.
Public classBerUtf8String
Describes the BER UTF8String type as specified in "X.690"[1] , chapter 8.21.10.
Public classEmberConverter
Provides methods to convert EmBER to XML and XML to EmBER.
Public classEmberException
The exception that is thrown when an error occurs while parsing EmBER-encoded data.
Public classEmberGlobal
Describes the global type.
Public classEmberReader
Represents a reader that provides the means to read BER-encoded input, as specified in "X.690"[1] .
Public classEmberType
Describes an EmBER type.
Public classEmberTypeBag
Represents an unordered collection of EmberType instances.
Public classEmberWriter
Represents a writer that provides the means to generate BER-encoded output, as specified in "X.690"[1] .
Public classInnerNumber
Provides constants for the number of an inner identifier of a EmBER-encoded data value.
Structures
  StructureDescription
Public structureEmberId
Represents a BER identifier as specified in "X.690"[1] , chapter 8.1.2.
Interfaces
  InterfaceDescription
Public interfaceIEmberConverter
Provides a method to convert EmBER-encoded data to XML.
Bibliography