High Performance OPC UA Server SDK  1.2.0.193

Platform level guid abstraction. More...

Typedefs

typedef unsigned char ua_uuid_t [16]
 UUID typedefed as 16 byte unsigned character array.
 

Functions

int ua_platform_guid_create (ua_uuid_t uuid)
 Creates a new random guid. More...
 

Detailed Description

Platform level guid abstraction.

Function Documentation

int ua_platform_guid_create ( ua_uuid_t  uuid)

Creates a new random guid.

To create a random ua_guid use ua_guid_create.

Parameters
uuidBuffer to write the guid to.
Returns
Zero on success or errorcode on failure.