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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Data ( ) : System
DecodeValue ( System.ByteBuffer buffer ) : void
EncodeValue ( System.ByteBuffer buffer ) : void
GetEncodedPrefix ( int valueLength ) : ArraySegment
GetValueEncodeSize ( ) : int
ToString ( ) : string

메소드 상세

Data() 공개 메소드

public Data ( ) : System
리턴 System

DecodeValue() 공개 메소드

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

EncodeValue() 공개 메소드

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

GetEncodedPrefix() 공개 정적인 메소드

public static GetEncodedPrefix ( int valueLength ) : ArraySegment
valueLength int
리턴 ArraySegment

GetValueEncodeSize() 공개 메소드

public GetValueEncodeSize ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static ulong Code
리턴 ulong

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

public static string Name
리턴 string