GetNetworkConnectionName
Returns the name of the active or default network connection. For mobile devices, this connection is also known as an access point.
Note: This command is not supported for BREW devices.
|
Command |
Parameters |
Value Returned |
|---|---|---|
|
GetNetworkConnectionName |
None |
-1: Not supported |
The following example returns the name of the active or default network connection in the argument myConnectionName:
status = FSCommand2("GetNetworkConnectionName", "myConnectionName");