C# Class FieldTrip.Buffer.SocketChannel

Afficher le fichier Open project: jadref/buffer_bci Class Usage Examples

Méthodes publiques

Свойство Type Description
Host String
Port int
readerResponse String

Méthodes publiques

Méthode 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 méthode

public OnApplicationQuit ( ) : void
Résultat void

SocketChannel() public méthode

public SocketChannel ( ) : System
Résultat System

close() public méthode

public close ( ) : void
Résultat void

connect() public méthode

public connect ( string hostname, int port ) : bool
hostname string
port int
Résultat bool

isConnected() public méthode

public isConnected ( ) : bool
Résultat bool

read() public méthode

public read ( ByteBuffer dst ) : int
dst ByteBuffer
Résultat int

write() public méthode

public write ( ByteBuffer src ) : int
src ByteBuffer
Résultat int

Property Details

Host public_oe property

public String Host
Résultat String

Port public_oe property

public int Port
Résultat int

readerResponse public_oe property

public String readerResponse
Résultat String