void wsdd_event_ResolveMatches()

in sample_app/onvif_camera_mock/artifacts/wsdd/src/client_events.c [30:45]


void wsdd_event_ResolveMatches(struct soap *soap,
                               unsigned int InstanceId,
                               const char *SequenceId,
                               unsigned int MessageNumber,
                               const char *MessageID,
                               const char *RelatesTo,
                               struct wsdd__ResolveMatchType *match)
{
    UNUSED(soap);
    UNUSED(InstanceId);
    UNUSED(SequenceId);
    UNUSED(MessageNumber);
    UNUSED(MessageID);
    UNUSED(RelatesTo);
    UNUSED(match);
}