Properties

AdminLog Class Reference

Contains adminLog and unique peerID of that peer. More...

#import <AdminLog.h>

List of all members.

Properties

NSInteger adminPeerID
 The unique peerID of the peer whose adminLog is stored in this class.
NSMutableArray * adminLog
 The adminLog itself in a mutable array.

Detailed Description

Contains adminLog and unique peerID of that peer.


Property Documentation

- (NSMutableArray *) adminLog [read, write, retain]

The adminLog itself in a mutable array.

- (NSInteger) adminPeerID [read, write, assign]

The unique peerID of the peer whose adminLog is stored in this class.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Properties