Characteristic Class
Represents a local or remote service's characteristic.
Item Index
Methods
Methods
equals
    
        ()
    
    
    
    
    
    
    
    
    
    Tests whether two Characteristic objects refer to the same entity.
Properties
descriptors
    Array of Descriptor objects
    
    
    
    
    
    A list of the Descriptor objects that have so far been discovered in this characteristic. It is writeable if this JavaScript object represents a mutable characteristic.
isBroadcasted
    Boolean
    
    
    
        read-only
    
    
    
    Whether the characteristic is currently broadcasted or not.
isMutable
    Boolean
    
    
    
        read-only
    
    
    
    Indicates whether this characteristic is mutable.
isNotifying
    Boolean
    
    
    
        read-only
    
    
    
    Whether the characteristic is currently notifying or not.
permissions
    Number
    
    
    
    
    
    The permissions of the characteristic value. It is only present if this JavaScript object represents a mutable characteristic.
properties
    Number
    
    
    
    
    
    The properties of the characteristic as a bitfield. See also the CHAR_PROP_* constants attached to the module object.
subscribedCentrals
    Array of Central objects
    
    
    
    
    
    For notifying characteristics, the set of currently subscribed centrals.
UUID
    String
    
    
    
    
    
    The UUID of the characteristic.
value
    TiBuffer
    
    
    
    
    
    The value of the characteristic.
