Digi XBee(R) ANSI C Host Library
Modules | Files | Functions
Utility/Support Code

Modules

 XMODEM (send-only)
 Xmodem API used with firmware updates.
 
 Byte-swapping functions
 Macros for converting between big/little endian and host byte order.
 
 Circular Buffer
 Circular buffer data type used by the OTA (Over-The-Air) firmware update client and transparent serial cluster.
 
 Portable time functions
 Portable time functions using January 1, 2000 as the epoch.
 

Files

file  hexdump.c
 ANSI C hex_dump() implementation if not available natively on a given platform.
 
file  hexstrtobyte.c
 ANSI C hexstrtobyte() implementation if not available natively on a given platform.
 

Functions

void hex_dump (const void FAR *address, uint16_t length, uint16_t flags)
 Helper function for printing a hex dump of memory to stdout. More...
 
int hexstrtobyte (const char *p)
 

Detailed Description

Function Documentation

void hex_dump ( const void FAR address,
uint16_t  length,
uint16_t  flags 
)