Returns the generation of the current mobile wireless network, such as 2G (second generation of mobile wireless).
Command
GetNetworkGeneration
Parameters
None
Value Returned
-1: Not supported 0: Unknown generation of mobile wireless network 1: 2G 2: 2.5G 3: 3G
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example shows syntax for returning the generation of the network:
status = fscommand2("GetNetworkGeneration");
