Package apple.externalaccessory.enums
Class EAWiFiUnconfiguredAccessoryProperties
- java.lang.Object
-
- apple.externalaccessory.enums.EAWiFiUnconfiguredAccessoryProperties
-
public final class EAWiFiUnconfiguredAccessoryProperties extends java.lang.Object[@options] EAWiFiUnconfiguredAccessoryProperties Represents the properties of an EAWiFiUnconfiguredAccessory. [@constant] EAWiFiUnconfiguredAccessoryPropertySupportsAirPlay Option set if the accessory is advertising that it supports AirPlay. [@constant] EAWiFiUnconfiguredAccessoryPropertySupportsAirPrint Option set if the accessory is advertising that it supports AirPrint. [@constant] EAWiFiUnconfiguredAccessoryPropertySupportsHomeKit Option set if the accessory is advertising that it supports HomeKit.
-
-
Field Detail
-
AirPlay
public static final long AirPlay
- See Also:
- Constant Field Values
-
AirPrint
public static final long AirPrint
- See Also:
- Constant Field Values
-
HomeKit
public static final long HomeKit
- See Also:
- Constant Field Values
-
-