Class: Toybox.BluetoothLowEnergy.Uuid
- Inherits:
-
Toybox.Lang.Object
Overview
Encapsulates a Bluetooth UUID and provides various helper methods for interacting with UUID within the Bluetooth Low Energy Subsystem
Instance Method Summary collapse
-
equals(other as Lang.Object or Null) as Lang.Boolean
Compares the Uuid to another object for equality.
-
hashCode() as Lang.Number
Retrieve a hash code of the UUID Optimized for BLE standard.
-
toByteArray() as Lang.ByteArray
Convert UUID to a Little Endian Byte Array.
-
toString() as Lang.String
Convert a UUID to a String.
Instance Method Details
equals(other as Lang.Object or Null) as Lang.Boolean
Compares the Uuid to another object for equality
hashCode() as Lang.Number
Retrieve a hash code of the UUID
Optimized for BLE standard
toByteArray() as Lang.ByteArray
Convert UUID to a Little Endian Byte Array
toString() as Lang.String
Convert a UUID to a String