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

Inheritance: AmqpDescribed
Datei anzeigen Open project: Azure/azure-amqp

Public Methods

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

public DecodeValue ( ByteBuffer buffer ) : void
buffer ByteBuffer
return void

DecodeValue() public method

public DecodeValue ( ByteBuffer buffer, int size, int count ) : void
buffer ByteBuffer
size int
count int
return void

DescribedMap() public method

public DescribedMap ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
name AmqpSymbol
code ulong
return Microsoft.Azure.Amqp.Encoding

EncodeValue() public method

public EncodeValue ( ByteBuffer buffer ) : void
buffer ByteBuffer
return void

GetValueEncodeSize() public method

public GetValueEncodeSize ( ) : int
return int