Uuid Uuid.hxx cadex/Uuid.hxx. More...
Public Member Functions | |
| __init__ (self, *args) | |
| Creates the null UUID. | |
| IsNull (self) | |
| Returns true if this is the null UUID {00000000-0000-0000-0000-000000000000}; otherwise returns false. | |
| Value (self, theIndex) | |
Uuid Uuid.hxx cadex/Uuid.hxx.
Defines a Universally Unique IDentifier (UUID), also known as GUIDs (Globally Unique IDentifier). A UUID is a 16-byte (128-bit) number, that is unique in the computer system (guaranteed by generated algorithm ).
| manufacturingtoolkit.MTKCore.Uuid.__init__ | ( | self, | |
| * | args ) |
Creates the null UUID.
| manufacturingtoolkit.MTKCore.Uuid.IsNull | ( | self | ) |
Returns true if this is the null UUID {00000000-0000-0000-0000-000000000000}; otherwise returns false.