C# 클래스 FieldTrip.Buffer.SocketChannel

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

공개 프로퍼티들

프로퍼티 타입 설명
Host String
Port int
readerResponse String

공개 메소드들

메소드 설명
OnApplicationQuit ( ) : void
SocketChannel ( ) : System
close ( ) : void
connect ( string hostname, int port ) : bool
isConnected ( ) : bool
read ( ByteBuffer dst ) : int
write ( ByteBuffer src ) : int

메소드 상세

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

SocketChannel() 공개 메소드

public SocketChannel ( ) : System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

connect() 공개 메소드

public connect ( string hostname, int port ) : bool
hostname string
port int
리턴 bool

isConnected() 공개 메소드

public isConnected ( ) : bool
리턴 bool

read() 공개 메소드

public read ( ByteBuffer dst ) : int
dst ByteBuffer
리턴 int

write() 공개 메소드

public write ( ByteBuffer src ) : int
src ByteBuffer
리턴 int

프로퍼티 상세

Host 공개적으로 프로퍼티

public String Host
리턴 String

Port 공개적으로 프로퍼티

public int Port
리턴 int

readerResponse 공개적으로 프로퍼티

public String readerResponse
리턴 String