C# 클래스 Ros_CSharp.ServiceClientOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
header_values IDictionary
md5sum string
persistent bool
service string

공개 메소드들

메소드 설명
ServiceClientOptions ( string service, bool persistent, IDictionary header_values ) : System.Collections
ServiceClientOptions ( string service, bool persistent, IDictionary header_values, string md5sum ) : System.Collections

메소드 상세

ServiceClientOptions() 공개 메소드

public ServiceClientOptions ( string service, bool persistent, IDictionary header_values ) : System.Collections
service string
persistent bool
header_values IDictionary
리턴 System.Collections

ServiceClientOptions() 공개 메소드

public ServiceClientOptions ( string service, bool persistent, IDictionary header_values, string md5sum ) : System.Collections
service string
persistent bool
header_values IDictionary
md5sum string
리턴 System.Collections

프로퍼티 상세

header_values 공개적으로 프로퍼티

public IDictionary header_values
리턴 IDictionary

md5sum 공개적으로 프로퍼티

public string md5sum
리턴 string

persistent 공개적으로 프로퍼티

public bool persistent
리턴 bool

service 공개적으로 프로퍼티

public string service
리턴 string