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