C# Class Ros_CSharp.ServiceClientOptions

Afficher le fichier Open project: uml-robotics/ROS.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
header_values IDictionary
md5sum string
persistent bool
service string

Méthodes publiques

Méthode 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 méthode

public ServiceClientOptions ( string service, bool persistent, IDictionary header_values ) : System.Collections
service string
persistent bool
header_values IDictionary
Résultat System.Collections

ServiceClientOptions() public méthode

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

Property Details

header_values public_oe property

public IDictionary header_values
Résultat IDictionary

md5sum public_oe property

public string md5sum
Résultat string

persistent public_oe property

public bool persistent
Résultat bool

service public_oe property

public string service
Résultat string