Struct ActuatorInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll
This struct is to represent the actuator information.
public struct ActuatorInfo
Constructors
ActuatorInfo(Type, string)
Initializes a new instance of the
public ActuatorInfo(Type type, string actuator)
Parameters
type Type
The type.
actuator string
The actuator.
Fields
Actuator
Actuator info xml
public string Actuator
Field Value
ActuatorType
Actuator type
public Type ActuatorType
Field Value
Methods
XmlDeSerialize()
XMLs the de serialize.
public ObjectBase XmlDeSerialize()
Returns
ObjectBase
XmlSerialize(ObjectBase)
XMLs the serialize.
public string XmlSerialize(ObjectBase obj)
Parameters
obj ObjectBase
The obj.