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

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
sceNetAdhocGameModeCreateMaster ( void data, int size ) : int
sceNetAdhocGameModeCreateReplica ( byte mac, void data, int size ) : int
sceNetAdhocGameModeDeleteMaster ( ) : int
sceNetAdhocGameModeDeleteReplica ( int id ) : int
sceNetAdhocGameModeUpdateMaster ( ) : int
sceNetAdhocGameModeUpdateReplica ( int id, int unk1 ) : int
sceNetAdhocGetPdpStat ( int size, pdpStatStruct stat ) : int
sceNetAdhocGetPtpStat ( int size, ptpStatStruct stat ) : int
sceNetAdhocInit ( ) : int
sceNetAdhocPdpCreate ( byte mac, ushort port, uint bufsize, int unk1 ) : PDP
sceNetAdhocPdpDelete ( PDP PDP, int unk1 ) : int
sceNetAdhocPdpRecv ( PDP PDP, byte srcMacAddr, ushort port, void data, void dataLength, uint timeout, int nonblock ) : int
sceNetAdhocPdpSend ( PDP PDP, byte destMacAddr, ushort port, void data, uint len, uint timeout, int nonblock ) : int
sceNetAdhocPollSocket ( int socketAddress, int count, int timeout, int nonblock ) : int
sceNetAdhocPtpAccept ( int id, byte mac, ushort port, uint timeout, int nonblock ) : int
sceNetAdhocPtpClose ( int id, int unk1 ) : int
sceNetAdhocPtpConnect ( int id, uint timeout, int nonblock ) : int
sceNetAdhocPtpFlush ( int id, uint timeout, int nonblock ) : int
sceNetAdhocPtpListen ( byte srcmac, ushort srcport, uint bufsize, uint delay, int count, int queue, int unk1 ) : int
sceNetAdhocPtpOpen ( byte srcmac, ushort srcport, byte destmac, ushort destport, uint bufsize, uint delay, int count, int unk1 ) : int
sceNetAdhocPtpRecv ( int id, void data, int datasize, uint timeout, int nonblock ) : int
sceNetAdhocPtpSend ( int id, void data, int datasize, uint timeout, int nonblock ) : int
sceNetAdhocTerm ( ) : int