Beispiel #1
0
		public int sceNetAdhocctlGetAdhocId(productStruct* product)
		{
			throw(new NotImplementedException());
		}
Beispiel #2
0
		public int sceNetAdhocctlInit(int stacksize, int priority, productStruct* product)
		{
			//throw(new NotImplementedException());
			return 0;
		}
Beispiel #3
0
 public int sceNetAdhocctlGetAdhocId(ref productStruct product)
 {
     return 0;
 }
Beispiel #4
0
 public int sceNetAdhocctlInit(int stacksize, int priority, productStruct* product)
 {
     CurrentState = State.Disconnected;
     //throw(new NotImplementedException());
     return 0;
 }
 public int sceNetAdhocctlGetAdhocId(ref productStruct product)
 {
     return(0);
 }