Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
NIOverviewDeviceLogEntry Class Reference

Overview

A device log entry.

Definition at line 142 of file NIOverviewLogger.h.

Inheritance diagram for NIOverviewDeviceLogEntry:
NIOverviewLogEntry

Methods

Entry Information
unsigned long long bytesOfFreeMemory property
unsigned long long bytesOfTotalMemory property
unsigned long long bytesOfFreeDiskSpace property
unsigned long long bytesOfTotalDiskSpace property
CGFloat batteryLevel property
UIDeviceBatteryState batteryState property
Entry Information
NSDate * timestamp property
Creating an Entry
(id) - initWithTimestamp:

Method Documentation

- (unsigned long long) bytesOfFreeMemory [read, write, assign]

The number of bytes of free memory.

Definition at line 158 of file NIOverviewLogger.h.

- (unsigned long long) bytesOfTotalMemory [read, write, assign]

The number of bytes of total memory.

Definition at line 163 of file NIOverviewLogger.h.

- (unsigned long long) bytesOfFreeDiskSpace [read, write, assign]

The number of bytes of free disk space.

Definition at line 168 of file NIOverviewLogger.h.

- (unsigned long long) bytesOfTotalDiskSpace [read, write, assign]

The number of bytes of total disk space.

Definition at line 173 of file NIOverviewLogger.h.

- (CGFloat) batteryLevel [read, write, assign]

The battery level.

Definition at line 178 of file NIOverviewLogger.h.

- (UIDeviceBatteryState) batteryState [read, write, assign]

The state of the battery.

Definition at line 183 of file NIOverviewLogger.h.

- (NSDate*) timestamp [read, write, retain, inherited]

The timestamp for this log entry.

Definition at line 132 of file NIOverviewLogger.h.

- (id) initWithTimestamp: (NSDate *)  timestamp

Designated initializer.

Definition at line 113 of file NIOverviewLogger.m.

Generated for Nimbus by doxygen 1.7.4-20110629