ACS Audio Jack iOS Library  1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
ACRStatus.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2013 Advanced Card Systems Ltd. All Rights Reserved.
3  *
4  * This software is the confidential and proprietary information of Advanced
5  * Card Systems Ltd. ("Confidential Information"). You shall not disclose such
6  * Confidential Information and shall use it only in accordance with the terms
7  * of the license agreement you entered into with ACS.
8  */
9 
10 #import <Foundation/Foundation.h>
11 
17 @interface ACRStatus : NSObject
18 
34 @property (nonatomic, readonly) NSUInteger batteryLevel;
35 
39 @property (nonatomic, readonly) NSUInteger sleepTimeout;
40 
48 - (id)initWithBytes:(const void *)bytes length:(NSUInteger)length;
49 
50 @end
NSUInteger sleepTimeout
Returns the sleep timeout in seconds.
Definition: ACRStatus.h:39
NSUInteger batteryLevel
Returns the battery level.
Definition: ACRStatus.h:34
The ACRStatus class represents the status.
Definition: ACRStatus.h:17