void wsdd_event_Bye()

in sample_app/onvif_camera_mock/artifacts/wsdd/src/client_events.c [78:103]


void wsdd_event_Bye(struct soap *soap,
                    unsigned int InstanceId,
                    const char *SequenceId,
                    unsigned int MessageNumber,
                    const char *MessageID,
                    const char *RelatesTo,
                    const char *EndpointReference,
                    const char *Types,
                    const char *Scopes,
                    const char *MatchBy,
                    const char *XAddrs,
                    unsigned int *MetadataVersion)
{
    UNUSED(soap);
    UNUSED(InstanceId);
    UNUSED(SequenceId);
    UNUSED(MessageNumber);
    UNUSED(MessageID);
    UNUSED(RelatesTo);
    UNUSED(EndpointReference);
    UNUSED(Types);
    UNUSED(Scopes);
    UNUSED(MatchBy);
    UNUSED(XAddrs);
    UNUSED(MetadataVersion);
}