GCKMultizoneStatus Class Reference

The status of a multizone group. More...

#import <GCKMultizoneStatus.h>

+ Inheritance diagram for GCKMultizoneStatus:

Instance Methods

(instancetype) - initWithJSONObject:
 Initializes the object with the given JSON data. More...
 
(instancetype) - initWithDevices:
 Initializes the object with the given list of member devices. More...
 

Properties

NSArray< GCKMultizoneDevice * > * devices
 The member devices of the multizone group. More...
 

Detailed Description

The status of a multizone group.

Since
3.1

Method Documentation

- (instancetype) initWithDevices: (NSArray< GCKMultizoneDevice * > *)  devices

Initializes the object with the given list of member devices.

- (instancetype) initWithJSONObject: (id)  JSONObject

Initializes the object with the given JSON data.

Property Documentation

- (NSArray<GCKMultizoneDevice *>*) devices
readwritenonatomiccopy

The member devices of the multizone group.


The documentation for this class was generated from the following file: