| Modifier and Type | Method and Description |
|---|---|
static DeviceAnnouncement |
DeviceFinder.getLatestAnnouncementFrom(int deviceNumber)
Find and return the device announcement that was most recently received from a device identifying itself
with the specified device number, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceAnnouncement> |
DeviceFinder.currentDevices()
Get the set of DJ Link devices which currently can be seen on the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceAnnouncementListener.deviceFound(DeviceAnnouncement announcement)
Invoked when a new DJ Link device is heard from on the network.
|
void |
DeviceAnnouncementAdapter.deviceFound(DeviceAnnouncement announcement) |
void |
DeviceAnnouncementListener.deviceLost(DeviceAnnouncement announcement)
Invoked when a DJ Link device is no longer seen on the network.
|
void |
DeviceAnnouncementAdapter.deviceLost(DeviceAnnouncement announcement) |
static DeviceUpdate |
VirtualCdj.getLatestStatusFor(DeviceAnnouncement device)
Look up the most recent status we have seen for a device, given its device announcement packet as returned
by
DeviceFinder.currentDevices(). |
Copyright © 2016 Deep Symmetry, LLC. All rights reserved.