GUAToolsFreeFlowResult [MSDK Only]
Return Value
- Unity
- Unreal Engine
GUAToolsFreeFlowResult: GUAToolsFreeFlowResult, inherits from GUABaseResult, which includes basic information.
| Parameter | type | Description |
|---|---|---|
| freeFlowInfo | GUAToolsFreeFlowInfo | GUAToolsFreeFlowInfo |
GUAToolsFreeFlowInfo: Info.
| Parameter | type | Description |
|---|---|---|
| IPAll | string | List of all free flow IP addresses |
| IPConnect | string | If using free flow, the corresponding string or parameter key is returned in the configuration |
| ISFree | int | 1: free flow, 0: non-free flow |
| CCType | int | 1: WCDMA,2: CDMA,3: CMCC,99: the Others |
GUAToolsFreeFlowResult: GUAToolsFreeFlowResult, inherits from GUABaseResult, which includes basic information.
| Parameter | type | Description |
|---|---|---|
| free_flow_info | GUAToolsFreeFlowInfo | free_flow_info |
GUAToolsFreeFlowInfo: Info.
| Parameter | type | Description |
|---|---|---|
| ip_all | std::string | List of all free flow IP addresses |
| ip_connect | std::string | If using free flow, the corresponding string or parameter key is returned in the configuration |
| is_free | int | 1: free flow, 0: non-free flow |
| cc_type | int | 1: WCDMA,2: CDMA,3: CMCC,99: the Others |