Platform
This command returns an enumeration indicating the platform of the connected device.
Group:Device Extensions
Syntax: enValue = Device.Platform
enValue (Enumeration)
0 = Device_None (Application Testing)
1 = Device_WinCE (CE / Mobile Device)
2 = Device_Desktop (Windows Desktop Client)
3 = Device_Android (Android Device)
4 = Device_iOS (Apple Device)
5 = Device_Vocollect (Vocollect Talkman)
6 = Device_TN (Standard Telnet Client)
7 = Device_SOA (SOA Service Connection)
Example:
Dim vValue as Variant
vValue = Device.Platform