bt_gatt_permission_e class abstract

@ingroup CAPI_NETWORK_BLUETOOTH_GATT_MODULE @brief Enumerations of the attribute's permission. @since_tizen 3.0

Constructors

bt_gatt_permission_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

BT_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_READ → const int
< Readable permission required encryption and authentication
BT_GATT_PERMISSION_ENCRYPT_AUTHENTICATED_WRITE → const int
< Writable permission required encryption and authentication
BT_GATT_PERMISSION_ENCRYPT_READ → const int
< Readable permission required encryption
BT_GATT_PERMISSION_ENCRYPT_WRITE → const int
< Writable permission required encryption
BT_GATT_PERMISSION_READ → const int
< Readable permission
BT_GATT_PERMISSION_WRITE → const int
< Writable permission