Package zombie.radio.devices
Class DeviceDataNetTypes
java.lang.Object
zombie.radio.devices.DeviceDataNetTypes
public class DeviceDataNetTypes
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static byte
BatteryChange
static byte
ChannelChange
static byte
HeadPhoneChange
static byte
PowerChange
static byte
PresetsChange
static byte
TurnedOnStateChange
static byte
VolumeChange
-
Constructor Summary
Constructors Constructor Description DeviceDataNetTypes()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TurnedOnStateChange
public static final byte TurnedOnStateChange- See Also:
- Constant Field Values
-
ChannelChange
public static final byte ChannelChange- See Also:
- Constant Field Values
-
BatteryChange
public static final byte BatteryChange- See Also:
- Constant Field Values
-
PowerChange
public static final byte PowerChange- See Also:
- Constant Field Values
-
VolumeChange
public static final byte VolumeChange- See Also:
- Constant Field Values
-
PresetsChange
public static final byte PresetsChange- See Also:
- Constant Field Values
-
HeadPhoneChange
public static final byte HeadPhoneChange- See Also:
- Constant Field Values
-
-
Constructor Details
-
DeviceDataNetTypes
public DeviceDataNetTypes()
-