Cellular
setDataUsage()
Sets the Data Usage counters to the values indicated in the supplied CellularData object.
Returns bool
- true
indicating this operation was successful and the CellularData object was updated.
// SYNTAX
// Set Data Usage
CellularData data;
Cellular.setDataUsage(data);