• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GD_C_NETUtility.h File Reference
#include <stdio.h>

Macros

#define GD_C_API_EXT
 

Typedefs

typedef void(* nslookupCompletionCallback) (const char *jsonResponse)
 BlackBerry Dynamics name service lookup completion callback. More...
 
typedef void(* nslookupCompletionCallbackEx) (const char *jsonResponse, const void *data)
 BlackBerry Dynamics name service lookup completion extended callback. More...
 
typedef enum GD_nslookup_type_t GD_nslookup_type
 Enumerated constants for use with the BlackBerry Dynamics name service. More...
 

Enumerations

enum  GD_nslookup_type_t {
  GD_nslookup_CNAME = 0,
  GD_nslookup_ARECORD
}
 Enumerated constants for use with the BlackBerry Dynamics name service. More...
 

Functions

void GD_nslookup (const char *host, GD_nslookup_type type, nslookupCompletionCallback callback)
 Execute a BlackBerry Dynamics name service lookup. More...
 
void GD_nslookupEx (const char *host, GD_nslookup_type type, nslookupCompletionCallbackEx callback, const void *data)
 Execute a BlackBerry Dynamics name service lookup with a callback extension. More...
 
char * GD_getFqdn (const char *host)
 Get a fully qualified domain name for a host server. More...