C# Class FieldTrip.Buffer.SocketChannel

Show 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 property

public String Host
return String

Port public property

public int Port
return int

readerResponse public property

public String readerResponse
return String