otMdnsConflictCallback
Represents the callback function to report a detected name conflict after successful registration of an entry. If a conflict is detected while registering an entry, it is reported through the provided `otMdnsRegisterCallback`. The `otMdnsConflictCallback` is used only when a name conflict is detected after an entry has been successfully registered. A non-NULL @p aServiceType indicates that conflict is for a service entry. In this case @p aName specifies the service instance label (treated as as a single DNS label and can potentially include dot `.` character). A NULL @p aServiceType indicates that conflict is for a host entry. In this case @p Name specifies the host name. It does not include the domain name.
Syntax
typedef void (*otMdnsConflictCallback)(otInstance *aInstance, const char *aName, const char *aServiceType);