C# Class CSPspEmu.Hle.Modules.pspnet.sceNetAdhoc.pdpStatStruct

PDP status structure
Datei anzeigen Open project: soywiz/cspspemu

Public Properties

Property Type Description
NextPointer uint
pdpId int
port ushort
rcvdData uint

Property Details

NextPointer public_oe property

Pointer to next PDP structure in list
public uint NextPointer
return uint

pdpId public_oe property

pdp ID
public int pdpId
return int

port public_oe property

Port
public ushort port
return ushort

rcvdData public_oe property

Bytes received
public uint rcvdData
return uint