Description: res = RIL_GetCellTowerInfo(hRil)
if (res != IntPtr.Zero)
throw new Exception("Could not read the cell info from ril")
RIL_Deinitialize(hRil)
return res.ToString()
}
}
IntPtr res = IntPtr.Zero
IntPtr port = new IntPtr((int)1)
NotifyCallback = new RilNotifyDelegate(MyNotifyCallback)
ResultCallback = new RilResultDelegate(MyResultCallback)
IntPtr dwNotif = new IntPtr((int)RilNotificationClass.All)
IntPtr dwParam = new IntPtr(0x33FF33FF)
GCHandle ResultGC = GCHandle.Alloc(ResultCallback)
GCHandle NotifyGC = GCHandle.Alloc(NotifyCallback)
try Platform: |
Size: 38912 |
Author: |
Hits: