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

Inheritance: AmqpDescribed
Show file Open project: Azure/azure-amqp Class Usage Examples

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
AmqpValue ( ) : Microsoft.Azure.Amqp.Encoding
DecodeValue ( ByteBuffer buffer ) : void
EncodeValue ( ByteBuffer buffer ) : void
GetValueEncodeSize ( ) : int
ToString ( ) : string

Method Details

AmqpValue() public method

public AmqpValue ( ) : Microsoft.Azure.Amqp.Encoding
return Microsoft.Azure.Amqp.Encoding

DecodeValue() public method

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

EncodeValue() public method

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

GetValueEncodeSize() public method

public GetValueEncodeSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Code public static property

public static ulong Code
return ulong

Name public static property

public static string Name
return string