The body information including power modes.
PrkBrkActv_B_Actl.
Required
@property (readwrite, strong, nonatomic)
NSNumber<SDLBool> *_Nonnull parkBrakeActive;
var parkBrakeActive: NSNumber & SDLBool { get set }
Ignition_Switch_Stable. See IgnitionStableStatus.
Required
@property (readwrite, strong, nonatomic)
SDLIgnitionStableStatus _Nonnull ignitionStableStatus;
var ignitionStableStatus: SDLIgnitionStableStatus { get set }
Ignition_status. See IgnitionStatus.
Required
@property (readwrite, strong, nonatomic)
SDLIgnitionStatus _Nonnull ignitionStatus;
var ignitionStatus: SDLIgnitionStatus { get set }
DrStatDrv_B_Actl.
Optional
@property (readwrite, strong, nonatomic, nullable)
NSNumber<SDLBool> *driverDoorAjar;
var driverDoorAjar: (NSNumber & SDLBool)? { get set }
DrStatPsngr_B_Actl.
Optional
@property (readwrite, strong, nonatomic, nullable)
NSNumber<SDLBool> *passengerDoorAjar;
var passengerDoorAjar: (NSNumber & SDLBool)? { get set }
DrStatRl_B_Actl.
Optional
@property (readwrite, strong, nonatomic, nullable)
NSNumber<SDLBool> *rearLeftDoorAjar;
var rearLeftDoorAjar: (NSNumber & SDLBool)? { get set }
DrStatRr_B_Actl.
Optional
@property (readwrite, strong, nonatomic, nullable)
NSNumber<SDLBool> *rearRightDoorAjar;
var rearRightDoorAjar: (NSNumber & SDLBool)? { get set }