addRequestMode:
Adds mode to the set of run-loop input modes that the receiver uses for connection requests.
Declaration
- (void) addRequestMode:(NSString *) rmode;Parameters
- rmode:
The mode to add to the receiver.
Discussion
The default input mode is NSDefaultRunLoopMode. See the RunLoop class specification for more information on input modes.