C# Class Ros_CSharp.CachedXmlRpcClient

Mostra file Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
last_use_time System.DateTime

Private Properties

Property Type Description
AddRef void
CachedXmlRpcClient System
DelRef void

Public Methods

Method 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

Method Description
AddRef ( ) : void
CachedXmlRpcClient ( XmlRpcClient c ) : System
DelRef ( ) : void

Method Details

CachedXmlRpcClient() public method

public CachedXmlRpcClient ( string host, int port, string uri ) : System
host string
port int
uri string
return System

CheckIdentity() public method

public CheckIdentity ( string host, int port, string uri ) : bool
host string
port int
uri string
return bool

Dispose() public method

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

Execute() public method

public Execute ( string method, XmlRpcValue parameters, XmlRpcValue result ) : bool
method string
parameters XmlRpcValue
result XmlRpcValue
return bool

ExecuteCheckDone() public method

public ExecuteCheckDone ( XmlRpcValue result ) : bool
result XmlRpcValue
return bool

ExecuteNonBlock() public method

public ExecuteNonBlock ( string method, XmlRpcValue parameters ) : bool
method string
parameters XmlRpcValue
return bool

Property Details

last_use_time public_oe property

public DateTime,System last_use_time
return System.DateTime