//
// Created by cfif on 11.10.22.
#include "ComIntCmd/Mandatory.h"
uint8_t XfcProtMethod_Null(tXfcArray *request, tXfcArray *response, void *args) {
return XFC_TRANSPORT_PROTOCOL_RESPONSE_RESULT_EXECUTION_ERROR;
}