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

PTP status structure
Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
NextAddress uint
peerport ushort
port ushort
ptpId int
rcvdData uint
sentData uint
unk1 int

Property Details

NextAddress public property

Pointer to next PTP structure in list
public uint NextAddress
return uint

peerport public property

Peer Port
public ushort peerport
return ushort

port public property

Port
public ushort port
return ushort

ptpId public property

ptp ID
public int ptpId
return int

rcvdData public property

Bytes received
public uint rcvdData
return uint

sentData public property

Bytes sent
public uint sentData
return uint

unk1 public property

Unknown
public int unk1
return int