Esempio n. 1
0
 public extern static uint Kdm_GetTVWallById(IntPtr pMcuHandle, byte[] tvWallId, ref TTvWallInfoData tTvWallInfo, ref uint pErrorCode);
Esempio n. 2
0
 public unsafe extern static char *Kdm_CreateTVWall(IntPtr pMcuHandle, TTvWallInfoData CreatTvWallReq, ref uint pErrorCode);
Esempio n. 3
0
 public extern static uint Kdm_ModifyTVWall(IntPtr pMcuHandle, TTvWallInfoData tTvWallInfo, ref uint pErrorCode);
Esempio n. 4
0
 public extern static uint Kdm_GetTVWall(IntPtr mcuHandle, uint tvWallIdx, ref TTvWallInfoData tTvWallInfo, ref uint pErrorCode);