예제 #1
0
		public int sceNetAdhocctlGetAdhocId(productStruct* product)
		{
			throw(new NotImplementedException());
		}
예제 #2
0
		public int sceNetAdhocctlInit(int stacksize, int priority, productStruct* product)
		{
			//throw(new NotImplementedException());
			return 0;
		}
예제 #3
0
 public int sceNetAdhocctlGetAdhocId(ref productStruct product)
 {
     return 0;
 }
예제 #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);
 }