Device Extensions - Android, iOS, and WinCE
These commands are used specifically on a mobile device installations. They provide methods for synchronizing with the server, sending and receiving data, queuing transactions on the host, etc. For queuing commands, the server’s Transaction Manager and the client’s Transaction Manager must be enabled.
The commands available for the device.[command] extension for (all platforms) are:
Device.ClickAndSkipPrompts, Device.ClickCoordinates, Device.DeleteFile, Device.Dir
Device.DispSleep, Device.EnableGPS, Device.FileExits, Device.ForceLocal
Device.GetGPSInfo, Device.GetTimeInfo, Device.GoOffline, Device.GoOnline,
Device.GUID, Device.HasUI, Device.Id, Device.IsOffline, Device.IsOnline,
Device.IsQueue, Device.OffsetLngLat, Device.Platform,
Device.PlaySoundFile, Device.PlotInit, Device.PlotStart, Device.ReadFile,
Device.ScanEnable, Device.ScanTrigger, Device.SendBlueTooth, Device.SendCommPort,
Device.SendUSB, Device.SetCameraOptions, Device.SetUSB, Device.Shell, Device.ShowConfig,
Device.TakePicture, Device.Vibrate, and Device.WriteFile
There are also additional extensions supported only for Windows CE devices when calling the Windows device as an object through COM.
Note:
For events that are related to device actions, see RFgen.bas under Events Property.