nabto_device_get_device_fingerprint_full_hex()
DEPRECATED
This function is deprecated and should not be used for new implementations.
DESCRIPTION
Same as nabto_device_get_device_fingerprint. Fingerprint must be freed using nabto_device_string_free().
DECLARATION
NABTO_DEVICE_DECL_PREFIX NabtoDeviceError NABTO_DEVICE_API
nabto_device_get_device_fingerprint_full_hex(NabtoDevice* device, char** fingerprint)
PARAMETERS
device:
- [in] The device
fingerprint:
- [out] Where to put the fingerprint
RETURNS
NABTO_DEVICE_EC_OK iff the fingerprint is available.