Linkar Framework
Linkar REST API
Linkar Clients
Sources for further information
Navigation: Linkar CLIENTS > C auxiliary Functions
LkCreateNewRecordIdTypeRandom
numeric
BOOL
indicates whether the code should be numeric.
length
uint32_t
length of the code to be generated. Must be greater than 0
The type of ID will be random.
char* LkCreateNewRecordIdTypeRandom(BOOL numeric, uint32_t length)
char* newRecordIdTypeRandom = LkCreateNewRecordIdTypeRandom(TRUE, 5);