Properties

AdminRequest Class Reference

Stores attributes of AdminRequest. More...

#import <AdminRequest.h>

List of all members.

Properties

NSInteger peerID
 The unique peerID of that peer.
NSInteger version
 The version on which this adminRequest is generated.
id adminOperation
 The operation itself, can be AddAuth or DelAuth.

Detailed Description

Stores attributes of AdminRequest.


Property Documentation

- (id) adminOperation [read, write, retain]

The operation itself, can be AddAuth or DelAuth.

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

The unique peerID of that peer.

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

The version on which this adminRequest is generated.


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