enum UUID::Variant ¶ Variants with 16 bytes. Members¶ Unknown = 0 ¶ Unknown (i.e. custom, your own). NCS = 1 ¶ Reserved by the NCS for backward compatibility. RFC4122 = 2 ¶ Reserved for RFC4122 Specification (default). Microsoft = 3 ¶ Reserved by Microsoft for backward compatibility. Future = 4 ¶ Reserved for future expansion. Methods¶ #future? ¶ View source #microsoft? ¶ View source #ncs? ¶ View source #rfc4122? ¶ View source #unknown? ¶ View source