• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GD_C_PACUtilities.h File Reference

Macros

#define GD_C_API_EXT
 

Typedefs

typedef void(* completionCallback) (const char *myIP)
 End point IP address retrieval completion callback. More...
 
typedef void(* completionCallbackEx) (const char *myIP, const void *data)
 End point IP address retrieval completion extended callback. More...
 

Functions

void GD_myipaddress (const char *host, unsigned int port, completionCallback callback)
 Get the IP address of the BlackBerry Dynamics end point for a specified host. More...
 
void GD_myipaddressEx (const char *host, unsigned int port, completionCallbackEx callback, const void *data)
 Get the IP address of the BlackBerry Dynamics end point for a specified host with a callback extension. More...