Objective-C Client Reference
Class PIOServerEndpoint
Language: Objective-C
The address and port where a game server can be reached
Methods | |||
---|---|---|---|
- (NSString*) |
|
||
+ (id) |
|
||
- (id) |
|
||
- (NSUInteger) |
|
address
The port of the server.
Return Value
NSString* | |
endpointWithAddress:port:
Create a new autoreleased ServerEndpoint
Arguments
NSString* | address |
NSUInteger | port |
Return Value
id | |
initWithAddress:port:
Initialize the new ServerEndpoint
Arguments
NSString* | address |
NSUInteger | port |
Return Value
id | |
port
The address and port where a game server can be reached
Return Value
NSUInteger | |