C# 클래스 CSPspEmu.Hle.Modules.pspnet.sceNetAdhoc.ptpStatStruct

PTP status structure
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
NextAddress uint
peerport ushort
port ushort
ptpId int
rcvdData uint
sentData uint
unk1 int

프로퍼티 상세

NextAddress 공개적으로 프로퍼티

Pointer to next PTP structure in list
public uint NextAddress
리턴 uint

peerport 공개적으로 프로퍼티

Peer Port
public ushort peerport
리턴 ushort

port 공개적으로 프로퍼티

Port
public ushort port
리턴 ushort

ptpId 공개적으로 프로퍼티

ptp ID
public int ptpId
리턴 int

rcvdData 공개적으로 프로퍼티

Bytes received
public uint rcvdData
리턴 uint

sentData 공개적으로 프로퍼티

Bytes sent
public uint sentData
리턴 uint

unk1 공개적으로 프로퍼티

Unknown
public int unk1
리턴 int