PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
netData Union Reference

Datatype for sceUtilityGetNetParam since it can return a u32 or a string we use a union to avoid ugly casting. More...

#include <utility/psputility_netparam.h>

Data Fields

u32 asUint
 
char asString [128]
 

Detailed Description

Datatype for sceUtilityGetNetParam since it can return a u32 or a string we use a union to avoid ugly casting.

Field Documentation

◆ asString

char netData::asString[128]

◆ asUint

u32 netData::asUint

The documentation for this union was generated from the following file: