C# Class Ros_CSharp.PollSet

Inheritance: Poll_Signal
Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

PollSet ( ) : System
addEvents ( Ros_CSharp.CustomSocket.Socket s, int events ) : bool
addSocket ( Ros_CSharp.CustomSocket.Socket s, SocketUpdateFunc update_func ) : bool
addSocket ( Ros_CSharp.CustomSocket.Socket s, SocketUpdateFunc update_func, TcpTransport trans ) : bool
delEvents ( Ros_CSharp.CustomSocket.Socket s, int events ) : bool
delSocket ( Ros_CSharp.CustomSocket.Socket s ) : bool
update ( ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

PollSet() public méthode

public PollSet ( ) : System
Résultat System

addEvents() public méthode

public addEvents ( Ros_CSharp.CustomSocket.Socket s, int events ) : bool
s Ros_CSharp.CustomSocket.Socket
events int
Résultat bool

addSocket() public méthode

public addSocket ( Ros_CSharp.CustomSocket.Socket s, SocketUpdateFunc update_func ) : bool
s Ros_CSharp.CustomSocket.Socket
update_func SocketUpdateFunc
Résultat bool

addSocket() public méthode

public addSocket ( Ros_CSharp.CustomSocket.Socket s, SocketUpdateFunc update_func, TcpTransport trans ) : bool
s Ros_CSharp.CustomSocket.Socket
update_func SocketUpdateFunc
trans TcpTransport
Résultat bool

delEvents() public méthode

public delEvents ( Ros_CSharp.CustomSocket.Socket s, int events ) : bool
s Ros_CSharp.CustomSocket.Socket
events int
Résultat bool

delSocket() public méthode

public delSocket ( Ros_CSharp.CustomSocket.Socket s ) : bool
s Ros_CSharp.CustomSocket.Socket
Résultat bool

update() public méthode

public update ( ) : void
Résultat void