hi Sir
If we use this
#ifdef DLMS_IGNORE_MALLOC
#define GX_OCTET_STRING(X, VALUE_, SIZE_) GX_UNION2(&X, pVal = VALUE_, (DLMS_DATA_TYPE) (DLMS_DATA_TYPE_BYREF | DLMS_DATA_TYPE_OCTET_STRING), SIZE_, sizeof(VALUE_))
, we have to comment #define DLMS_IGNORE_MALLOC , but you said it does not need to be used on the server؟
This server example doesn't use malloc. If you comment #define DLMS_IGNORE_MALLOC malloc is used and this server example doesn't work. I'll add Android server example that uses malloc for the worklist.
Hi,
Hi,
This server example doesn't use malloc. If you comment #define DLMS_IGNORE_MALLOC malloc is used and this server example doesn't work. I'll add Android server example that uses malloc for the worklist.
BR,
Mikko