...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGenerateUUID (SdaiOptions options,
SdaiSelect value);
|
Generates a Universally Unique identifier string
...
.
...
The algorithm is based on the computers network mac-address and the internal clock.
...
Arguments
...
Type | Name | Comment | |
SdaiOptions | options | The <options> value should be specified as a bitwise OR, See descriptions below for available options. | The name of all <options> are defined in the header file sdai.h |
SdaiSelect | value |
|
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option |
---|
...
Comment | |
---|---|
UUID_FMT_22 | 22 char variant as used in IFC and ISO_12006_3 |
UUID_FMT_40 | 40 char hex string as specified in UUID doc |
UUID_BIN_16 | For EDM internal use only |
...
Example
...
Code Block | ||
---|---|---|
| ||
<example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|