UUID.Node Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The node value associated with this UUID.
[Android.Runtime.Register("node", "()J", "")]
public long Node ();
[<Android.Runtime.Register("node", "()J", "")>]
member this.Node : unit -> int64
Returns
The node value of this UUID
- Attributes
Exceptions
if Version() is not 1.
Remarks
The node value associated with this UUID.
The 48 bit node value is constructed from the node field of this UUID. This field is intended to hold the IEEE 802 address of the machine that generated this UUID to guarantee spatial uniqueness.
The node value is only meaningful in a time-based UUID, which has version type 1. If this UUID is not a time-based UUID then this method throws UnsupportedOperationException.
Java documentation for java.util.UUID.node()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.