ObjectiveC SDK  2.0
Public Member Functions | Properties
LocateIpResultsResponse Class Reference

IpLocationResultsResponse.h. More...

#include <LocateIpResultsResponse.h>

List of all members.

Public Member Functions

LocateIpResultsResponseinitWith:withRadius:withLocateIpResultsIsInRegionResponse: (NSString *ipAddress,[withRadius] NSString *radius,[withLocateIpResultsIsInRegionResponse] LocateIpResultsIsInRegionResponse *isInRegionResponse)

Properties

NSString * myIpAddress
NSString * myRadius
LocateIpResultsIsInRegionResponsemyIsInRegionResponse

Detailed Description

IpLocationResultsResponse.h.

Creates new server response object for further use in application.


Member Function Documentation

LocateIpResultsResponse * LocateIpResultsResponse::initWith:withRadius:withLocateIpResultsIsInRegionResponse: ( NSString*  ipAddress,
[withRadius] NSString*  radius,
[withLocateIpResultsIsInRegionResponse] LocateIpResultsIsInRegionResponse isInRegionResponse 
) [virtual]

Provides new server answer object containing radius and whether ip adress is within region.

Parameters:
ipAddressgiven ipAddress
radiusgiven radius
isInRegionResponsegiven information whether ip address is within a certain region
Returns:
LocateIpResultsResponse new response object

Property Documentation

NSString* LocateIpResultsResponse::myIpAddress [read, write, retain]
LocateIpResultsIsInRegionResponse* LocateIpResultsResponse::myIsInRegionResponse [read, write, retain]
NSString* LocateIpResultsResponse::myRadius [read, write, retain]

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