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

Inheritance: AmqpDescribed
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
DecodeValue ( ByteBuffer buffer ) : void
DecodeValue ( ByteBuffer buffer, int size, int count ) : void
DescribedMap ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
EncodeValue ( ByteBuffer buffer ) : void
GetValueEncodeSize ( ) : int

Method Details

DecodeValue() public méthode

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

DecodeValue() public méthode

public DecodeValue ( ByteBuffer buffer, int size, int count ) : void
buffer ByteBuffer
size int
count int
Résultat void

DescribedMap() public méthode

public DescribedMap ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
name AmqpSymbol
code ulong
Résultat Microsoft.Azure.Amqp.Encoding

EncodeValue() public méthode

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

GetValueEncodeSize() public méthode

public GetValueEncodeSize ( ) : int
Résultat int