Structure describing BOTA Sender instance.
Data Fields | |
| EMBENET_UDP_SocketDescriptor | udpSocket |
| UDP socket descriptor. More... | |
| BotaTimeFunc | timeFunc |
| Callback function that will provide time for the BOTA protocol instance. More... | |
| BotaTransfer | transfer [BOTA_SENDER_MAX_TRANSFERS] |
| Array of transfers. More... | |
| BotaTransferId | lastTransferId |
| Id of the last transfer (used to assign a new one) More... | |
| EMBENET_UDP_SocketDescriptor BotaSender::udpSocket |
UDP socket descriptor.
| BotaTimeFunc BotaSender::timeFunc |
Callback function that will provide time for the BOTA protocol instance.
| BotaTransfer BotaSender::transfer[BOTA_SENDER_MAX_TRANSFERS] |
Array of transfers.
| BotaTransferId BotaSender::lastTransferId |
Id of the last transfer (used to assign a new one)