pspsdk-1.0+beta2
ptpStatStruct Struct Reference

PTP status structure. More...

#include <src/net/pspnet_adhoc.h>

Collaboration diagram for ptpStatStruct:

Data Fields

struct ptpStatStructnext
 Pointer to next PTP structure in list.
int ptpId
 ptp ID
unsigned char mac [6]
 MAC address.
unsigned char peermac [6]
 Peer MAC address.
unsigned short port
 Port.
unsigned short peerport
 Peer Port.
unsigned int sentData
 Bytes sent.
unsigned int rcvdData
 Bytes received.
int unk1
 Unknown.

Detailed Description

PTP status structure.

Field Documentation

unsigned char ptpStatStruct::mac[6]

MAC address.

struct ptpStatStruct* ptpStatStruct::next

Pointer to next PTP structure in list.

unsigned char ptpStatStruct::peermac[6]

Peer MAC address.

unsigned short ptpStatStruct::peerport

Peer Port.

unsigned short ptpStatStruct::port

Port.

int ptpStatStruct::ptpId

ptp ID

unsigned int ptpStatStruct::rcvdData

Bytes received.

unsigned int ptpStatStruct::sentData

Bytes sent.

int ptpStatStruct::unk1

Unknown.


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