void wsdd_event_ProbeMatches()

in sample_app/onvif_camera_mock/artifacts/wsdd/src/client_events.c [11:26]


void wsdd_event_ProbeMatches(struct soap *soap,
                             unsigned int InstanceId,
                             const char *SequenceId,
                             unsigned int MessageNumber,
                             const char *MessageID,
                             const char *RelatesTo,
                             struct wsdd__ProbeMatchesType *matches)
{
    UNUSED(soap);
    UNUSED(InstanceId);
    UNUSED(SequenceId);
    UNUSED(MessageNumber);
    UNUSED(MessageID);
    UNUSED(RelatesTo);
    UNUSED(matches);
}