MCPcopy Create free account
hub / github.com/ZTFtrue/My-note / onClick

Method onClick

java/SendHexDataByUDP.java:27–38  ·  view source on GitHub ↗
(View view)

Source from the content-addressed store, hash-verified

25 }
26
27 @Override
28 public void onClick(View view) {
29 switch (view.getId()) {
30 case R.id.send:
31 new Thread(() -> {
32 sendData(data, port, host);
33 }).start();
34 break;
35 default:
36 break;
37 }
38 }
39
40 public void sendData(String data, int port, String... hosts) {
41 try {

Callers

nothing calls this directly

Calls 1

sendDataMethod · 0.95

Tested by

no test coverage detected