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

상속: AmqpDescribed
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code ulong
Name string

공개 메소드들

메소드 설명
AmqpValue ( ) : Microsoft.Azure.Amqp.Encoding
DecodeValue ( ByteBuffer buffer ) : void
EncodeValue ( ByteBuffer buffer ) : void
GetValueEncodeSize ( ) : int
ToString ( ) : string

메소드 상세

AmqpValue() 공개 메소드

public AmqpValue ( ) : Microsoft.Azure.Amqp.Encoding
리턴 Microsoft.Azure.Amqp.Encoding

DecodeValue() 공개 메소드

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

EncodeValue() 공개 메소드

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

GetValueEncodeSize() 공개 메소드

public GetValueEncodeSize ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Code 공개적으로 정적으로 프로퍼티

public static ulong Code
리턴 ulong

Name 공개적으로 정적으로 프로퍼티

public static string Name
리턴 string