Does anyone have any example where the NetworkMonitor lib is being used?
I would like the know whats the main syntax that needs to be used
Thanks again to everyone who has help me so far with my questions!
Below is an example of the program that I'm writting just to see how it works, but haven't been able to compile it:
Sub Process_Globals
Dim tracker As NetworkMonitor
Dim g As Long
End Sub
Sub Service_Create
Dim r As String
tracker.Initialize ("r")
End Sub
Sub Service_Start (StartingIntent As Intent)
Dim g As Long
tracker.MobileRxBytes(g As Long)
End Sub
Sub Service_Destroy
End Sub
I would like the know whats the main syntax that needs to be used
Thanks again to everyone who has help me so far with my questions!
Below is an example of the program that I'm writting just to see how it works, but haven't been able to compile it:
Sub Process_Globals
Dim tracker As NetworkMonitor
Dim g As Long
End Sub
Sub Service_Create
Dim r As String
tracker.Initialize ("r")
End Sub
Sub Service_Start (StartingIntent As Intent)
Dim g As Long
tracker.MobileRxBytes(g As Long)
End Sub
Sub Service_Destroy
End Sub