NXT C++ Bluetooth Library
Struct Device_info_t
in brick.h
- struct Device_info_t
Struct used to retriece device info
- See Also:
Brick::get_device_info
Field Summary |
string |
bt_address
Bluetooth address on the form XX:XX:XX:XX:XX:XX:XX |
unsigned int |
flash_memory
free flash memory in bytes |
string |
name
Brick name (maximum 15 characters) |
bt_address
public string bt_address;
- Bluetooth address on the form XX:XX:XX:XX:XX:XX:XX
flash_memory
public unsigned int flash_memory;
- free flash memory in bytes
name
public string name;
- Brick name (maximum 15 characters)