C# 클래스 fitSharp.Samples.TestSocket

상속: SocketModel
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isOpen bool

공개 메소드들

메소드 설명
Clear ( ) : void
Close ( ) : void
GetByteString ( ) : string
GetBytes ( ) : byte[]
PutByteString ( string bytes ) : void
PutBytes ( ICollection bytes ) : void
Receive ( byte bytes, int offset, int bytesToRead ) : int
Send ( byte buffer ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetByteString() 공개 메소드

public GetByteString ( ) : string
리턴 string

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

PutByteString() 공개 메소드

public PutByteString ( string bytes ) : void
bytes string
리턴 void

PutBytes() 공개 메소드

public PutBytes ( ICollection bytes ) : void
bytes ICollection
리턴 void

Receive() 공개 메소드

public Receive ( byte bytes, int offset, int bytesToRead ) : int
bytes byte
offset int
bytesToRead int
리턴 int

Send() 공개 메소드

public Send ( byte buffer ) : void
buffer byte
리턴 void

프로퍼티 상세

isOpen 공개적으로 프로퍼티

public bool isOpen
리턴 bool