C# 클래스 XmlRpc_Wrapper.XmlRpcUtil

파일 보기 프로젝트 열기: uml-robotics/ROS.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
XMLRPC_VERSION string

공개 메소드들

메소드 설명
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

메소드 상세

SetLogLevel() 공개 정적인 메소드

public static SetLogLevel ( XMLRPC_LOG_LEVEL level ) : void
level XMLRPC_LOG_LEVEL
리턴 void

SetLogLevel() 공개 정적인 메소드

public static SetLogLevel ( int level ) : void
level int
리턴 void

error() 공개 정적인 메소드

public static error ( string format ) : void
format string
리턴 void

log() 공개 정적인 메소드

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

log() 공개 정적인 메소드

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

프로퍼티 상세

XMLRPC_VERSION 공개적으로 정적으로 프로퍼티

public static string XMLRPC_VERSION
리턴 string