probe method
void
probe()
Send network probe to check if connection is indeed live
Implementation
void probe() {
return sendText('1');
}
Send network probe to check if connection is indeed live
void probe() {
return sendText('1');
}