Uses of Class
org.deepsymmetry.beatlink.DeviceReference
-
Packages that use DeviceReference Package Description org.deepsymmetry.beatlink A library for synchronizing with beats from Pioneer DJ Link equipment, and finding out details about the tracks that are playing. -
-
Uses of DeviceReference in org.deepsymmetry.beatlink
Methods in org.deepsymmetry.beatlink that return DeviceReference Modifier and Type Method Description static DeviceReferenceDeviceReference. getDeviceReference(int number, InetAddress address)Get a unique device identifier by device number and address.static DeviceReferenceDeviceReference. getDeviceReference(DeviceAnnouncement announcement)Get a unique device identifier corresponding to a device we have received an announcement packet from.static DeviceReferenceDeviceReference. getDeviceReference(DeviceUpdate update)Get a unique device identifier corresponding to a device we have received an update packet from.
-