Package org.robovm.apple.corebluetooth
Class CBCharacteristicProperties
java.lang.Object
org.robovm.rt.bro.Bits<CBCharacteristicProperties>
org.robovm.apple.corebluetooth.CBCharacteristicProperties
- All Implemented Interfaces:
Comparable<CBCharacteristicProperties>,Iterable<CBCharacteristicProperties>
public final class CBCharacteristicProperties extends Bits<CBCharacteristicProperties>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static CBCharacteristicPropertiesAuthenticatedSignedWritesstatic CBCharacteristicPropertiesBroadcaststatic CBCharacteristicPropertiesExtendedPropertiesstatic CBCharacteristicPropertiesIndicatestatic CBCharacteristicPropertiesIndicateEncryptionRequiredstatic CBCharacteristicPropertiesNonestatic CBCharacteristicPropertiesNotifystatic CBCharacteristicPropertiesNotifyEncryptionRequiredstatic CBCharacteristicPropertiesReadstatic CBCharacteristicPropertiesWritestatic CBCharacteristicPropertiesWriteWithoutResponse -
Constructor Summary
Constructors Constructor Description CBCharacteristicProperties(long value) -
Method Summary
Modifier and Type Method Description protected CBCharacteristicProperties[]_values()static CBCharacteristicProperties[]values()protected CBCharacteristicPropertieswrap(long value, long mask)
-
Field Details
-
None
-
Broadcast
-
Read
-
WriteWithoutResponse
-
Write
-
Notify
-
Indicate
-
AuthenticatedSignedWrites
-
ExtendedProperties
-
NotifyEncryptionRequired
-
IndicateEncryptionRequired
-
-
Constructor Details
-
CBCharacteristicProperties
public CBCharacteristicProperties(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<CBCharacteristicProperties>
-
_values
- Specified by:
_valuesin classBits<CBCharacteristicProperties>
-
values
-