Array.<DoorStatus>
Boolean
Array.<GateStatus>
IgnitionStableStatus
IgnitionStatus
Boolean
Boolean
Boolean
Boolean
Array.<RoofStatus>
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
BodyInformation
Array.<DoorStatus>
Get the DoorStatuses
Kind: Instance method of BodyInformation
Returns: Array.<DoorStatus>
- the KEY_DOOR_STATUSES value
Boolean
Get the DriverDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean
- the KEY_DRIVER_DOOR_AJAR value
Array.<GateStatus>
Get the GateStatuses
Kind: Instance method of BodyInformation
Returns: Array.<GateStatus>
- the KEY_GATE_STATUSES value
IgnitionStableStatus
Get the IgnitionStableStatus
Kind: Instance method of BodyInformation
Returns: IgnitionStableStatus
- the KEY_IGNITION_STABLE_STATUS value
IgnitionStatus
Get the IgnitionStatus
Kind: Instance method of BodyInformation
Returns: IgnitionStatus
- the KEY_IGNITION_STATUS value
Boolean
Get the ParkBrakeActive
Kind: Instance method of BodyInformation
Returns: Boolean
- the KEY_PARK_BRAKE_ACTIVE value
Boolean
Get the PassengerDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean
- the KEY_PASSENGER_DOOR_AJAR value
Boolean
Get the RearLeftDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean
- the KEY_REAR_LEFT_DOOR_AJAR value
Boolean
Get the RearRightDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean
- the KEY_REAR_RIGHT_DOOR_AJAR value
Array.<RoofStatus>
Get the RoofStatuses
Kind: Instance method of BodyInformation
Returns: Array.<RoofStatus>
- the KEY_ROOF_STATUSES value
BodyInformation
Set the DoorStatuses
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
statuses | Array.<DoorStatus> |
Provides status for doors if Ajar/Closed/Locked - The desired DoorStatuses. {'array_min_size': 0, 'array_max_size': 100} |
BodyInformation
Set the DriverDoorAjar
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
ajar | Boolean |
References signal "DrStatDrv_B_Actl". Deprecated starting with RPC Spec 7.1.0. - The desired DriverDoorAjar. |
BodyInformation
Set the GateStatuses
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
statuses | Array.<GateStatus> |
Provides status for trunk/hood/etc. if Ajar/Closed/Locked - The desired GateStatuses. {'array_min_size': 0, 'array_max_size': 100} |
BodyInformation
Set the IgnitionStableStatus
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
status | IgnitionStableStatus |
References signal "Ignition_Switch_Stable". See IgnitionStableStatus. - The desired IgnitionStableStatus. |
BodyInformation
Set the IgnitionStatus
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
status | IgnitionStatus |
References signal "Ignition_status". See IgnitionStatus. - The desired IgnitionStatus. |
BodyInformation
Set the ParkBrakeActive
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
active | Boolean |
References signal "PrkBrkActv_B_Actl". - The desired ParkBrakeActive. |
BodyInformation
Set the PassengerDoorAjar
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
ajar | Boolean |
References signal "DrStatPsngr_B_Actl". Deprecated starting with RPC Spec 7.1.0. - The desired PassengerDoorAjar. |
BodyInformation
Set the RearLeftDoorAjar
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
ajar | Boolean |
References signal "DrStatRl_B_Actl". Deprecated starting with RPC Spec 7.1.0. - The desired RearLeftDoorAjar. |
BodyInformation
Set the RearRightDoorAjar
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
ajar | Boolean |
References signal "DrStatRr_B_Actl". Deprecated starting with RPC Spec 7.1.0. - The desired RearRightDoorAjar. |
BodyInformation
Set the RoofStatuses
Kind: Instance method of BodyInformation
Returns: BodyInformation
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
statuses | Array.<RoofStatus> |
Provides status for roof/convertible roof/sunroof/moonroof etc., if Closed/Ajar/Removed etc. - The desired RoofStatuses. {'array_min_size': 0, 'array_max_size': 100} |