Package zombie.radio.devices
Class DeviceDataNetTypes
java.lang.Object
zombie.radio.devices.DeviceDataNetTypes
public final class DeviceDataNetTypes
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static short
BatteryChange
static short
ChannelChange
static short
HeadPhoneChange
static short
MediaChange
static short
PowerChange
static short
PresetsChange
static short
StartPlayMedia
static short
StopPlayMedia
static short
TransmitMediaLine
static short
TurnedOnStateChange
static short
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 short TurnedOnStateChange- See Also:
- Constant Field Values
-
ChannelChange
public static final short ChannelChange- See Also:
- Constant Field Values
-
BatteryChange
public static final short BatteryChange- See Also:
- Constant Field Values
-
PowerChange
public static final short PowerChange- See Also:
- Constant Field Values
-
VolumeChange
public static final short VolumeChange- See Also:
- Constant Field Values
-
PresetsChange
public static final short PresetsChange- See Also:
- Constant Field Values
-
HeadPhoneChange
public static final short HeadPhoneChange- See Also:
- Constant Field Values
-
MediaChange
public static final short MediaChange- See Also:
- Constant Field Values
-
StartPlayMedia
public static final short StartPlayMedia- See Also:
- Constant Field Values
-
StopPlayMedia
public static final short StopPlayMedia- See Also:
- Constant Field Values
-
TransmitMediaLine
public static final short TransmitMediaLine- See Also:
- Constant Field Values
-
-
Constructor Details
-
DeviceDataNetTypes
public DeviceDataNetTypes()
-