How do I calculate the total number of bytes in my upload write to a Thingspeak channel
4 views (last 30 days)
Show older comments
Barnard Richards
on 16 Jun 2021
Commented: Barnard Richards
on 18 Jun 2021
my code
int x = ThingSpeak.writeFields(myChannelNumber[ChID], myWriteAPIKey[ChID]);
1 Comment
Vinod
on 16 Jun 2021
ThingSpeak library handles calculation of payload size and formatting it as needed. Could you help me understand the use case for knowing the number of bytes of the upload -- if available, how would you use this information?
Accepted Answer
Barnard Richards
on 17 Jun 2021
More Answers (0)
Communities
More Answers in the ThingSpeak Community
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!