sendValue method

void sendValue(
  1. double dbl
)

Implementation

void sendValue(double dbl) {
  value = dbl;
  _send();
}