Static Public Member Functions | Properties

AppConfig Class Reference

Used to store the name and unique PeerID of the request. More...

#import <AppConfig.h>

List of all members.

Static Public Member Functions

(AppConfig *) + getInstance
 Singleton - one instance for the whole app.

Properties

NSString * peerName
 the name of the peer
NSInteger peerId
 unique peerID of the peer

Detailed Description

Used to store the name and unique PeerID of the request.


Member Function Documentation

+ (AppConfig *) getInstance

Singleton - one instance for the whole app.

Returns:
instance of the AppConfig class

Property Documentation

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

unique peerID of the peer

- (NSString *) peerName [read, write, retain]

the name of the peer


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