modify for ledgerupdate

This commit is contained in:
lnk
2025-02-07 16:46:53 +08:00
parent 5795542cb9
commit 7549ec48bb
4 changed files with 192 additions and 94 deletions

View File

@@ -106,7 +106,15 @@ ST_VOID doCommService ();
ST_VOID init_log_cfg (ST_VOID);
ST_VOID set_rem_dib_table_size (ST_INT size);
//lnk20250207
#ifdef __cplusplus
extern "C" {
#endif
ST_VOID add_rem_dib_table (ST_INT pos,ST_CHAR *remAr,unsigned short port);
#ifdef __cplusplus
}
#endif
ST_RET mms_connectToServer (ST_CHAR * dev_key,ST_CHAR *dev_series, ST_CHAR *serverARName,
MVL_NET_INFO **clientNetInfo, MVL_REQ_PEND **reqCtrl);