Vuo  2.0.2
Functions
VuoPnpId.c File Reference

Description

VuoPnpId implementation.

Definition in file VuoPnpId.c.

Go to the source code of this file.

Functions

char * VuoPnpId_getString (uint16_t manufacturerId)
 Returns a string providing the full manufacturer name for the specified abbreviated 3-letter name. More...
 

Function Documentation

◆ VuoPnpId_getString()

char* VuoPnpId_getString ( uint16_t  manufacturerId)

Returns a string providing the full manufacturer name for the specified abbreviated 3-letter name.

The PNP ID should be provided as a 15-bit value (3 x 5-bit values, where 1 = 'A').

The caller is responsible for freeing the returned string.

Definition at line 31 of file VuoPnpId.c.