![]() |
BltTofApi
|
This structure holds information about the device. More...
#include <bta_discovery.h>
Data Fields | |
| BTA_DeviceType | deviceType |
| Two-byte-id for a device or module (independent of hardware and software versions) | |
| uint8_t * | productOrderNumber |
| String containing the PON (not including the serial number) (unique in combination with serial number) | |
| uint32_t | serialNumber |
| Serial number (unique in combination with PON) | |
| uint32_t | firmwareVersionMajor |
| Firmware version major. | |
| uint32_t | firmwareVersionMinor |
| Firmware version minor. | |
| uint32_t | firmwareVersionNonFunc |
| Firmware version non functional. | |
| uint32_t | mode0 |
| The content of the device's primary mode register. | |
| uint32_t | status |
| The content of the device's status register. | |
| uint32_t | uptime |
| The content of the device's uptime register. | |
| uint8_t * | deviceMacAddr |
| The MAC address of the device. | |
| uint32_t | deviceMacAddrLen |
| The length in bytes of deviceMacAddr. | |
| uint8_t * | deviceIpAddr |
| The IP address of the device. | |
| uint32_t | deviceIpAddrLen |
| The length in bytes of deviceIpAddr. | |
| uint8_t * | subnetMask |
| The subnet IP address of the device. | |
| uint32_t | subnetMaskLen |
| The length in bytes of subnetMask. | |
| uint8_t * | gatewayIpAddr |
| The gateway IP address of the device. | |
| uint32_t | gatewayIpAddrLen |
| The length in bytes of gatewayIpAddr. | |
| uint16_t | tcpControlPort |
| The TCP port of the control interface. | |
| uint16_t | tcpDataPort |
| The TCP port of the data interface. | |
| uint8_t * | udpDataIpAddr |
| The IP destination address of the UDP data stream. | |
| uint32_t | udpDataIpAddrLen |
| The length in bytes of udpDataIpAddr. | |
| uint16_t | udpDataPort |
| The UDP port of the data interface. | |
| uint16_t | udpControlPort |
| The UDP port of the control interface. | |
This structure holds information about the device.