C# Class Ros_CSharp.CachedXmlRpcClient

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

Méthodes publiques

Свойство Type Description
last_use_time System.DateTime

Private Properties

Свойство Type Description
AddRef void
CachedXmlRpcClient System
DelRef void

Méthodes publiques

Méthode Description
CachedXmlRpcClient ( string host, int port, string uri ) : System
CheckIdentity ( string host, int port, string uri ) : bool
Dispose ( ) : void

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

Execute ( string method, XmlRpcValue parameters, XmlRpcValue result ) : bool
ExecuteCheckDone ( XmlRpcValue result ) : bool
ExecuteNonBlock ( string method, XmlRpcValue parameters ) : bool

Private Methods

Méthode Description
AddRef ( ) : void
CachedXmlRpcClient ( XmlRpcClient c ) : System
DelRef ( ) : void

Method Details

CachedXmlRpcClient() public méthode

public CachedXmlRpcClient ( string host, int port, string uri ) : System
host string
port int
uri string
Résultat System

CheckIdentity() public méthode

public CheckIdentity ( string host, int port, string uri ) : bool
host string
port int
uri string
Résultat bool

Dispose() public méthode

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

Execute() public méthode

public Execute ( string method, XmlRpcValue parameters, XmlRpcValue result ) : bool
method string
parameters XmlRpcValue
result XmlRpcValue
Résultat bool

ExecuteCheckDone() public méthode

public ExecuteCheckDone ( XmlRpcValue result ) : bool
result XmlRpcValue
Résultat bool

ExecuteNonBlock() public méthode

public ExecuteNonBlock ( string method, XmlRpcValue parameters ) : bool
method string
parameters XmlRpcValue
Résultat bool

Property Details

last_use_time public_oe property

public DateTime,System last_use_time
Résultat System.DateTime