Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
Go to the source code of this file.
Macros | |
#define | packed__ |
packed__: lead in macro, requires __packed lead out as well. More... | |
#define | __packed __attribute__ ((packed)) |
packed: lead out macro, requires packed lead in as well. More... | |
#define __packed __attribute__ ((packed)) |
packed: lead out macro, requires packed lead in as well.
Consider using __pack(...).
Definition at line 44 of file packed_attribute.hpp.
#define packed__ |
packed__: lead in macro, requires __packed lead out as well.
Consider using __pack(...).
Definition at line 35 of file packed_attribute.hpp.