Structure defining BOTA recipient instance
Data Fields | |
| EMBENET_UDP_SocketDescriptor | udpSocket |
| UDP socket descriptor. | |
| BotaTimeFunc | timeFunc |
| Callback function that will provide time for the BOTA protocol instance. | |
| BotaOnTransferStartedCallback | onTransferStarted |
| Callback that will be called when a new incoming transfer is started. | |
| BotaOnTransferReceivedCallback | onTransferReceived |
| Callback that will be called when an incoming transfer is received. | |
| BotaOnTransferAbortedCallback | onTransferAborted |
| Callback that will be called when an incoming transfer is aborted. | |
| BotaOnTransferDataMissingCallback | onTransferDataMissing |
| Callback that will be called when an incoming transfer is missing too much data. | |
| BotaRecipientTransfer | transfer [BOTA_RECIPIENT_MAX_TRANSFERS] |
| Array of transfers. | |
| bool | isStarted |
| Started/stopped flag. | |
| EMBENET_UDP_SocketDescriptor BotaRecipient::udpSocket |
UDP socket descriptor.
| BotaTimeFunc BotaRecipient::timeFunc |
Callback function that will provide time for the BOTA protocol instance.
| BotaOnTransferStartedCallback BotaRecipient::onTransferStarted |
Callback that will be called when a new incoming transfer is started.
| BotaOnTransferReceivedCallback BotaRecipient::onTransferReceived |
Callback that will be called when an incoming transfer is received.
| BotaOnTransferAbortedCallback BotaRecipient::onTransferAborted |
Callback that will be called when an incoming transfer is aborted.
| BotaOnTransferDataMissingCallback BotaRecipient::onTransferDataMissing |
Callback that will be called when an incoming transfer is missing too much data.
| BotaRecipientTransfer BotaRecipient::transfer[BOTA_RECIPIENT_MAX_TRANSFERS] |
Array of transfers.
| bool BotaRecipient::isStarted |
Started/stopped flag.
Any question or remarks? Just write us a message!
Feel free to get in touch