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

Inheritance: LinkPerformative
Mostrar archivo Open project: Azure/azure-amqp Class Usage Examples

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
ToString ( ) : string
Transfer ( ) : System

Protected Methods

Method Description
EnsureRequired ( ) : void
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

EnsureRequired() protected method

protected EnsureRequired ( ) : void
return void

OnDecode() protected method

protected OnDecode ( System.ByteBuffer buffer, int count ) : void
buffer System.ByteBuffer
count int
return void

OnEncode() protected method

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
return void

OnValueSize() protected method

protected OnValueSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Transfer() public method

public Transfer ( ) : System
return System

Property Details

Code public_oe static_oe property

public static ulong Code
return ulong

Name public_oe static_oe property

public static string Name
return string