WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
RedbookPacket.h
1#ifndef _WINC_REDBOOKPACKET
2#define _WINC_REDBOOKPACKET
3
4#include <WXP/Point.h>
5
6namespace WXP {
14 unsigned char *ptr;
15 int len;
16 int maj, min;
17 int cnt;
18 Point pt;
19 };
20}
21#endif
22
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct sets a 3D point (x, y, z)
Definition: Point.h:5
This struct stores Redbook packet data.
Definition: RedbookPacket.h:13