Class LoadControllerServiceResponse
The LoadController service allows you to load a single controller inside controller_manager
To load a controller, specify the "name" of the controller.
The return value "ok" indicates if the controller was successfully
constructed and initialized or not.
Inheritance
System.Object
LoadControllerServiceResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZO.ROS.MessageTypes.ControllerManager
Assembly: Unity.ZeroSim.dll
Syntax
public class LoadControllerServiceResponse : ZOROSMessageInterface
Constructors
| Improve this Doc View SourceLoadControllerServiceResponse()
Declaration
public LoadControllerServiceResponse()
LoadControllerServiceResponse(Boolean)
Declaration
public LoadControllerServiceResponse(bool ok)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | ok |
Fields
| Improve this Doc View SourceType
Declaration
[JsonIgnore]
public static string Type
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceMessageType
Declaration
[JsonIgnore]
public string MessageType { get; }
Property Value
Type | Description |
---|---|
System.String |
ok
Declaration
public bool ok { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |