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

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

Méthodes publiques

Свойство Type Description
Code ulong
Name string

Méthodes publiques

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

Method Details

AmqpValue() public méthode

public AmqpValue ( ) : Microsoft.Azure.Amqp.Encoding
Résultat Microsoft.Azure.Amqp.Encoding

DecodeValue() public méthode

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

EncodeValue() public méthode

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

GetValueEncodeSize() public méthode

public GetValueEncodeSize ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Code public_oe static_oe property

public static ulong Code
Résultat ulong

Name public_oe static_oe property

public static string Name
Résultat string