C# Class XmlRpc_Wrapper.XmlRpcUtil

Mostrar archivo Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
XMLRPC_VERSION string

Public Methods

Method Description
SetLogLevel ( XMLRPC_LOG_LEVEL level ) : void
SetLogLevel ( int level ) : void
error ( string format ) : void
log ( XMLRPC_LOG_LEVEL level, string format ) : void
log ( int level, string format ) : void

Method Details

SetLogLevel() public static method

public static SetLogLevel ( XMLRPC_LOG_LEVEL level ) : void
level XMLRPC_LOG_LEVEL
return void

SetLogLevel() public static method

public static SetLogLevel ( int level ) : void
level int
return void

error() public static method

public static error ( string format ) : void
format string
return void

log() public static method

public static log ( XMLRPC_LOG_LEVEL level, string format ) : void
level XMLRPC_LOG_LEVEL
format string
return void

log() public static method

public static log ( int level, string format ) : void
level int
format string
return void

Property Details

XMLRPC_VERSION public_oe static_oe property

public static string XMLRPC_VERSION
return string