C# Class FieldTrip.Buffer.SocketChannel

Mostra file Open project: jadref/buffer_bci Class Usage Examples

Public Properties

Property Type Description
Host String
Port int
readerResponse String

Public Methods

Method Description
OnApplicationQuit ( ) : void
SocketChannel ( ) : System
close ( ) : void
connect ( string hostname, int port ) : bool
isConnected ( ) : bool
read ( ByteBuffer dst ) : int
write ( ByteBuffer src ) : int

Method Details

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

SocketChannel() public method

public SocketChannel ( ) : System
return System

close() public method

public close ( ) : void
return void

connect() public method

public connect ( string hostname, int port ) : bool
hostname string
port int
return bool

isConnected() public method

public isConnected ( ) : bool
return bool

read() public method

public read ( ByteBuffer dst ) : int
dst ByteBuffer
return int

write() public method

public write ( ByteBuffer src ) : int
src ByteBuffer
return int

Property Details

Host public_oe property

public String Host
return String

Port public_oe property

public int Port
return int

readerResponse public_oe property

public String readerResponse
return String