C# Class XmlRpc_Wrapper.XmlRpcServerMethod

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

Public Properties

Property Type Description
name string
server XmlRpcServer

Public Methods

Method Description
Execute ( XmlRpcValue parms, XmlRpcValue reseseses ) : void
Help ( ) : string
SetFunc ( XMLRPCFunc func ) : void
XmlRpcServerMethod ( string function_name, XMLRPCFunc func, XmlRpcServer server ) : System.Diagnostics

Method Details

Execute() public method

public Execute ( XmlRpcValue parms, XmlRpcValue reseseses ) : void
parms XmlRpcValue
reseseses XmlRpcValue
return void

Help() public method

public Help ( ) : string
return string

SetFunc() public method

public SetFunc ( XMLRPCFunc func ) : void
func XMLRPCFunc
return void

XmlRpcServerMethod() public method

public XmlRpcServerMethod ( string function_name, XMLRPCFunc func, XmlRpcServer server ) : System.Diagnostics
function_name string
func XMLRPCFunc
server XmlRpcServer
return System.Diagnostics

Property Details

name public property

public string name
return string

server public property

public XmlRpcServer,XmlRpc_Wrapper server
return XmlRpcServer