send abstract method

void send(
  1. String name,
  2. String value,
  3. DateTime time
)

Sends the given measurement to the server.

Implementation

void send(String name, String value, DateTime time);