C# Class Microsoft.Azure.Amqp.Framing.AmqpDescribed

Descriptor is restricted to symbol and ulong
Inheritance: Microsoft.Azure.Amqp.Encoding.DescribedType, IAmqpSerializable
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
AmqpDescribed ( AmqpSymbol name, ulong code ) : System
Decode ( System.ByteBuffer buffer ) : void
DecodeDescriptor ( System.ByteBuffer buffer, AmqpSymbol &name, ulong &code ) : void
DecodeValue ( System.ByteBuffer buffer ) : void
Encode ( System.ByteBuffer buffer ) : void
EncodeValue ( System.ByteBuffer buffer ) : void
GetValueEncodeSize ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
AddFieldToString ( bool condition, StringBuilder sb, string fieldName, object value, int &count ) : void

Method Details

AddFieldToString() protected méthode

protected AddFieldToString ( bool condition, StringBuilder sb, string fieldName, object value, int &count ) : void
condition bool
sb StringBuilder
fieldName string
value object
count int
Résultat void

AmqpDescribed() public méthode

public AmqpDescribed ( AmqpSymbol name, ulong code ) : System
name AmqpSymbol
code ulong
Résultat System

Decode() public méthode

public Decode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

DecodeDescriptor() public static méthode

public static DecodeDescriptor ( System.ByteBuffer buffer, AmqpSymbol &name, ulong &code ) : void
buffer System.ByteBuffer
name AmqpSymbol
code ulong
Résultat void

DecodeValue() public méthode

public DecodeValue ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

Encode() public méthode

public Encode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

EncodeValue() public méthode

public EncodeValue ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

GetValueEncodeSize() public méthode

public GetValueEncodeSize ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string