工具/软件:
您好、
我正在微调我的 OAD 应用程序、我想知道您是否可以告诉我客户端中多块大小参数背后的概念是什么。 它适用于 RFOADClient 和传感器 OAD 示例、但不适用于 BLE OAD 示例。 我在任何示例或文档中都找不到相关信息。 据我所见、它在任何地方都没有实施、但我很好奇它背后的想法是什么、我是否应该利用它。
我的猜测是,它会允许一次发送多个块,而不是通常的顺序方式。
/* Send Block request specifying number of blocks per multi * blocks. The OAD_MULTI_BLOCK_SIZE hard coded here, but it is * intended that an advanced user would use information from * oadRetries and Sensor_msgStats to implement a sliding window * algorithm */ OADProtocol_sendOadImgBlockReq(&oadServerAddr, 0, oadBlock, 1);
谢谢、
Andy