public class SendPingTask
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
SendPingTask(AssociatedNode node,
byte pingId)
Constructs the task from the node and Ping´s Id
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Sends the ping to the node
|
public SendPingTask(AssociatedNode node, byte pingId)
node - Vehicle that should receive the pingpingId - Ping Id to identify the Pong by the application