Array.<DoorStatus>BooleanArray.<GateStatus>IgnitionStableStatusIgnitionStatusBooleanBooleanBooleanBooleanArray.<RoofStatus>BodyInformationBodyInformationBodyInformationBodyInformationBodyInformationBodyInformationBodyInformationBodyInformationBodyInformationBodyInformationArray.<DoorStatus>Get the DoorStatuses
Kind: Instance method of BodyInformation
Returns: Array.<DoorStatus> - the KEY_DOOR_STATUSES value
BooleanGet 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
IgnitionStableStatusGet the IgnitionStableStatus
Kind: Instance method of BodyInformation
Returns: IgnitionStableStatus - the KEY_IGNITION_STABLE_STATUS value
IgnitionStatusGet the IgnitionStatus
Kind: Instance method of BodyInformation
Returns: IgnitionStatus - the KEY_IGNITION_STATUS value
BooleanGet the ParkBrakeActive
Kind: Instance method of BodyInformation
Returns: Boolean - the KEY_PARK_BRAKE_ACTIVE value
BooleanGet the PassengerDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean - the KEY_PASSENGER_DOOR_AJAR value
BooleanGet the RearLeftDoorAjar
Kind: Instance method of BodyInformation
Returns: Boolean - the KEY_REAR_LEFT_DOOR_AJAR value
BooleanGet 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
BodyInformationSet 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} |
BodyInformationSet 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. |
BodyInformationSet 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} |
BodyInformationSet 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. |
BodyInformationSet 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. |
BodyInformationSet 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. |
BodyInformationSet 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. |
BodyInformationSet 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. |
BodyInformationSet 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. |
BodyInformationSet 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} |