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

PTP status structure
Exibir arquivo 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_oe property

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

peerport public_oe property

Peer Port
public ushort peerport
return ushort

port public_oe property

Port
public ushort port
return ushort

ptpId public_oe property

ptp ID
public int ptpId
return int

rcvdData public_oe property

Bytes received
public uint rcvdData
return uint

sentData public_oe property

Bytes sent
public uint sentData
return uint

unk1 public_oe property

Unknown
public int unk1
return int