C# 클래스 FloatingQueue.Common.TCP.TCPBinaryWriter

파일 보기 프로젝트 열기: eleks/FloatingQueuePoC 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Command uint

공개 메소드들

메소드 설명
Finish ( byte &data ) : int
TCPBinaryWriter ( uint signature, uint command ) : System
Write ( bool value ) : void
Write ( byte data ) : void
Write ( int value ) : void
Write ( string value ) : void
Write ( uint value ) : void
WriteErrorResponse ( int code, string message ) : void
WriteObject ( object obj ) : void

비공개 메소드들

메소드 설명
EnsureWriteAllowed ( ) : void
WriteHeader ( uint command ) : void

메소드 상세

Finish() 공개 메소드

public Finish ( byte &data ) : int
data byte
리턴 int

TCPBinaryWriter() 공개 메소드

public TCPBinaryWriter ( uint signature, uint command ) : System
signature uint
command uint
리턴 System

Write() 공개 메소드

public Write ( bool value ) : void
value bool
리턴 void

Write() 공개 메소드

public Write ( byte data ) : void
data byte
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

Write() 공개 메소드

public Write ( uint value ) : void
value uint
리턴 void

WriteErrorResponse() 공개 메소드

public WriteErrorResponse ( int code, string message ) : void
code int
message string
리턴 void

WriteObject() 공개 메소드

public WriteObject ( object obj ) : void
obj object
리턴 void

프로퍼티 상세

Command 공개적으로 프로퍼티

public uint Command
리턴 uint