C# 클래스 Microsoft.Azure.Amqp.Framing.DescribedMap

상속: AmqpDescribed
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
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

메소드 상세

DecodeValue() 공개 메소드

public DecodeValue ( ByteBuffer buffer ) : void
buffer ByteBuffer
리턴 void

DecodeValue() 공개 메소드

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

DescribedMap() 공개 메소드

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

EncodeValue() 공개 메소드

public EncodeValue ( ByteBuffer buffer ) : void
buffer ByteBuffer
리턴 void

GetValueEncodeSize() 공개 메소드

public GetValueEncodeSize ( ) : int
리턴 int