Hood
Hood status. Start position for Hood is Closed.
type Hood {
isOpen: Boolean
position(
unit: RelationUnitEnum = PERCENT
): UInt8
switch: Vehicle_Body_Hood_Switch_Enum
}
Fields
Hood.isOpen ● Boolean scalar
Is item open or closed? True = Fully or partially open. False = Fully closed.
Hood.position ● UInt8 scalar
Item position. 0 = Start position 100 = End position.
Hood.position.unit ● RelationUnitEnum enum
Hood.switch ● Vehicle_Body_Hood_Switch_Enum enum
Switch controlling sliding action such as window, sunroof, or blind.
Member Of
Body object