node_uuid()

node_uuid()#

Retrieve the UUID of the current node.

Prototype

PUBLIC const char *node_uuid(void);
        

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns a constant string containing the node’s UUID.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples