pspsdk-1.0+beta2
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 <src/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

char netData::asString[128]
u32 netData::asUint

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