public static interface UdpBeacon.UdpBeaconCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception e)
エラー発生時の処理
|
void |
onReceiveBeacon(java.util.UUID uuid,
java.lang.String remote,
int remote_port)
ビーコンを受信した時の処理
|