Describes the status of a window of a door/liftgate etc.
@since SDL 7.0.0
- (nonnull instancetype)initWithLocation:(nonnull SDLGrid *)location
state:(nonnull SDLWindowState *)state;
init(location: SDLGrid, state: SDLWindowState)
- location
- state
A SDLWindowStatus object
location
Mandatory
@property (nonatomic, strong) SDLGrid *_Nonnull location;
var location: SDLGrid { get set }
state
Mandatory
@property (nonatomic, strong) SDLWindowState *_Nonnull state;
var state: SDLWindowState { get set }