Socket IPC Communication
Public Member Functions
SocketIPCReader Class Reference

List of all members.

Public Member Functions

(id) - initWithPortNumber:andAddress:withSocketDelegate:
(void) - start
(void) - stop

Member Function Documentation

- (id) initWithPortNumber: (NSUInteger)  aPortNumber
andAddress: (NSString*)  aAddress
withSocketDelegate: (id <SocketIPCDelegate>)  aDelegate 
  • Method name: initWithPortNumber
  • Purpose: Create new socket listener, exception with FxException would raise if socket cannot create, configure option and binding
  • Argument list and description: aPortNumber, port number; aAddress, an IP address; aDelegate, the delegate of incomming data
  • Return description: an instance of SocketIPCReader
- (void) start
  • Method name: start
  • Purpose: Start listening to socket if there is data comming to socket delegate would be called
  • Argument list and description: No argument
  • Return description: No return type
- (void) stop
  • Method name: stop
  • Purpose: Stop, if there is data comming to socket delegate would not be called
  • Argument list and description: No argument
  • Return description: No return type

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