22 #ifndef XBEE_TRANSPARENT_SERIAL_H 23 #define XBEE_TRANSPARENT_SERIAL_H 67 const char FAR *data);
73 #use "xbee_transparent_serial.c" #define FAR
On platforms with "far" pointers, define to the proper keyword; empty definition if not required...
Definition: platform.h:396
#define XBEE_BEGIN_DECLS
Macro defined to.
Definition: platform.h:41
int xbee_transparent_serial(wpan_envelope_t *envelope)
Send data to the "Digi Transparent Serial" cluster (cluster 0x0011 of endpoint 0xE8).
Definition: xbee_transparent_serial.c:32
Cluster/Endpoint layer for WPAN networks (ZigBee and DigiMesh).
int xbee_transparent_serial_str(wpan_envelope_t *envelope, const char FAR *data)
Send string to the "Digi Transparent Serial" cluster (cluster 0x0011 of endpoint 0xE8).
Definition: xbee_transparent_serial.c:46
#define XBEE_END_DECLS
Macro defined to.
Definition: platform.h:42
The "envelope" is used to gather all necessary information about a given frame on the network...
Definition: aps.h:40