| java.lang.Object | |
| ↳ | com.google.android.gms.nearby.messages.EddystoneUid |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | INSTANCE_LENGTH | Length of an Eddystone UID instance, in bytes. | |||||||||
| int | LENGTH | Length of an Eddystone UID, in bytes. | |||||||||
| int | NAMESPACE_LENGTH | Length of an Eddystone UID namespace, in bytes. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an ID.
| |||||||||||
Creates an ID.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts a Message of type
MESSAGE_TYPE_EDDYSTONE_UID to an EddystoneUid. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Length of an Eddystone UID instance, in bytes.
Length of an Eddystone UID, in bytes. An Eddystone UID consists of a 10-byte namespace, followed by a 6-byte instance.
Length of an Eddystone UID namespace, in bytes.
Creates an ID.
| hexId | Hex representation of a 16-byte ID (namespace plus instance). |
|---|
Creates an ID.
| hexNamespace | Hex representation of a 10-byte namespace. |
|---|---|
| hexInstance | Hex representation of a 6-byte instance. |
Converts a Message of type MESSAGE_TYPE_EDDYSTONE_UID to an EddystoneUid.