#include <WaspBT.h>
Data Fields | |
| char | mac_address [12] |
| Variable : MAC address. | |
| char | channel [2] |
| Variable : operating service channel. | |
| char | service_name [20] |
| Variable : service name. | |
| char | name [19] |
| Variable : public name. | |
| char | CoD [7] |
| Variable : class of device. | |
Definition at line 113 of file WaspBT.h.
| char Device::mac_address[12] |
Variable : MAC address.
Definition at line 118 of file WaspBT.h.
Referenced by WaspBT::parse_brothers().
| char Device::channel[2] |
| char Device::service_name[20] |
| char Device::name[19] |
Variable : public name.
Definition at line 133 of file WaspBT.h.
Referenced by WaspBT::parse_brothers().
| char Device::CoD[7] |
Variable : class of device.
Definition at line 138 of file WaspBT.h.
Referenced by WaspBT::parse_brothers().
1.5.6