Used to store the name and unique PeerID of the request. More...
#import <AppConfig.h>
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 | |
Used to store the name and unique PeerID of the request.
| + (AppConfig *) getInstance |
Singleton - one instance for the whole app.
- (NSInteger) peerId [read, write, assign] |
unique peerID of the peer
- (NSString *) peerName [read, write, retain] |
the name of the peer
1.7.2