C# Class Ros_CSharp.ServiceClientOptions

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

Public Properties

Property Type Description
header_values IDictionary
md5sum string
persistent bool
service string

Public Methods

Method Description
ServiceClientOptions ( string service, bool persistent, IDictionary header_values ) : System.Collections
ServiceClientOptions ( string service, bool persistent, IDictionary header_values, string md5sum ) : System.Collections

Method Details

ServiceClientOptions() public method

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

ServiceClientOptions() public method

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

Property Details

header_values public_oe property

public IDictionary header_values
return IDictionary

md5sum public_oe property

public string md5sum
return string

persistent public_oe property

public bool persistent
return bool

service public_oe property

public string service
return string