How do I calculate the total number of bytes in my upload write to a Thingspeak channel
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Barnard Richards
le 16 Juin 2021
Commenté : Barnard Richards
le 18 Juin 2021
my code
int x = ThingSpeak.writeFields(myChannelNumber[ChID], myWriteAPIKey[ChID]);
1 commentaire
Vinod
le 16 Juin 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?
Réponse acceptée
Barnard Richards
le 17 Juin 2021
Plus de réponses (0)
Communautés
Plus de réponses dans ThingSpeak Community
Voir également
Catégories
En savoir plus sur ThingSpeak dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!