How do I calculate the total number of bytes in my upload write to a Thingspeak channel
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Barnard Richards
il 16 Giu 2021
Commentato: Barnard Richards
il 18 Giu 2021
my code
int x = ThingSpeak.writeFields(myChannelNumber[ChID], myWriteAPIKey[ChID]);
1 Commento
Vinod
il 16 Giu 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?
Risposta accettata
Barnard Richards
il 17 Giu 2021
Più risposte (0)
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
Scopri di più su ThingSpeak in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!