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

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

공개 메소드들

메소드 설명
Decode ( System.ByteBuffer buffer ) : void
DecodeCommand ( System.ByteBuffer buffer ) : void
DecodeHeader ( System.ByteBuffer buffer ) : void
DecodePayload ( System.ByteBuffer buffer ) : void
Dispose ( ) : void
EncodeCommand ( FrameType type, ushort channel, Performative command, int payloadSize ) : System.ByteBuffer
Frame ( ) : System
Frame ( FrameType type ) : System
ToString ( ) : string

메소드 상세

Decode() 공개 메소드

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

DecodeCommand() 공개 메소드

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

DecodeHeader() 공개 메소드

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

DecodePayload() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EncodeCommand() 공개 정적인 메소드

public static EncodeCommand ( FrameType type, ushort channel, Performative command, int payloadSize ) : System.ByteBuffer
type FrameType
channel ushort
command Performative
payloadSize int
리턴 System.ByteBuffer

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

Frame() 공개 메소드

public Frame ( FrameType type ) : System
type FrameType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string