nm_iam_state_set_friendly_name()

DESCRIPTION

Set the friendly name of the device. This will be added as mdns txt item with the key fn. The friendly name string is copied into the state.

DECLARATION

bool nm_iam_state_set_friendly_name(struct nm_iam_state* state, const char* friendlyName)

PARAMETERS

state:
[in] The IAM state
friendlyName:
[in] The friendly name

RETURNS

true iff the friendly name was set.