nabto_device_connection_get_client_fingerprint_full_hex()

DEPRECATED

This function is deprecated and should not be used for new implementations.

DESCRIPTION

Same as nabto_device_connection_get_client_fingerprint. Fingerprint must be freed using nabto_device_string_free(). Fingerprint must be freed using nabto_device_string_free().

DECLARATION

NABTO_DEVICE_DECL_PREFIX NabtoDeviceError NABTO_DEVICE_API
nabto_device_connection_get_client_fingerprint_full_hex(NabtoDevice* device,
                                                        NabtoDeviceConnectionRef ref,
                                                        char** fp)

PARAMETERS

device:
[in] The device
ref:
[in] The connection reference to get fingerprint from
fingerprint:
[out] Where to put the fingerprint

RETURNS

NABTO_DEVICE_EC_OK iff the fingerprint is available.