SDLWindowStatus Class Reference

Section Contents

Overview

Describes the status of a window of a door/liftgate etc.

@since SDL 7.0.0

-initWithLocation:state:

Objective-C

- (nonnull instancetype)initWithLocation:(nonnull SDLGrid *)location
                                   state:(nonnull SDLWindowState *)state;

Swift

init(location: SDLGrid, state: SDLWindowState)

Parameters

location

- location

state

- state

Return Value

A SDLWindowStatus object

location

location

Mandatory

Objective-C

@property (nonatomic, strong) SDLGrid *_Nonnull location;

Swift

var location: SDLGrid { get set }

state

state

Mandatory

Objective-C

@property (nonatomic, strong) SDLWindowState *_Nonnull state;

Swift

var state: SDLWindowState { get set }