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

Inheritance: DescribedList
Show file Open project: Azure/azure-amqp

Protected Methods

Method Description
LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
OnDecode ( ByteBuffer buffer, int count ) : void
OnEncode ( ByteBuffer buffer ) : void
OnValueSize ( ) : int

Method Details

LifeTimePolicy() protected method

protected LifeTimePolicy ( AmqpSymbol name, ulong code ) : Microsoft.Azure.Amqp.Encoding
name AmqpSymbol
code ulong
return Microsoft.Azure.Amqp.Encoding

OnDecode() protected method

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

OnEncode() protected method

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

OnValueSize() protected method

protected OnValueSize ( ) : int
return int