Function
P2pandaTopicIdnew_from_data
Declaration [src]
P2pandaTopicId*
p2panda_topic_id_new_from_data (
const uint8_t* data
)
Parameters
data-
Type: An array of
uint8_tNo description available.
The array must have 32 elements. The data is owned by the caller of the function.
Return value
Type: P2pandaTopicId
A new P2pandaTopicId.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |