dva25blt.hep

来自「这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后」· HEP 代码 · 共 25 行

HEP
25
字号
#ifndef DVA25BLT_HEP
#define DVA25BLT_HEP

#ifndef DVA25BLT_C
#define GLOBAL extern
#else
#define GLOBAL
#endif

GLOBAL u32  DLL_EXCHANGE_MODE dva25_00ReadBluetoothParameterFromEeprom (u32 vp_TimeOut,t_hee_BluetoothParam *pp_hee_BluetoothParam);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_01WriteBluetoothParameterToEeprom (u32 vp_TimeOut,t_hee_BluetoothParam *pp_hee_BluetoothParam);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_02WriteBluetoothParametersFile(u16 vp_FileNumber,t_hee_BluetoothParam *pp_hee_BluetoothParam,
					 u16 vp_Size);
GLOBAL u32  DLL_EXCHANGE_MODE dva25_03ReadBluetoothParametersFile(char *pp_FileNameStruct,t_hee_BluetoothParam *pp_hee_BluetoothParam,
					u16 vp_Size);
GLOBAL void dva25_05DefaultBluetoothStruct (t_hee_BluetoothParam *pp_hee_BluetoothParam);

#if defined (ACCESS_RIGHTS_DVEEPRO) || defined(ACCESS_RIGHTS_IHMAEEPR)
GLOBAL void DLL_EXCHANGE_MODE dva25_04SwapBluetoothStruct (t_hee_BluetoothParam *pp_hee_BluetoothParam);
#endif  /*  ACCESS_RIGHTS_DVEEPRO || ACCESS_RIGHTS_IHMAEEPR  */

#undef GLOBAL

#endif /* DVA25BLT_HEP */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?