コード例 #1
0
ファイル: Client.cs プロジェクト: rbernon/monoDX
 public void Connect(ApplicationDescription applicationDescription, Address hostAddress, Address deviceInformation, NetworkPacket userConnectData, out int asyncHandle, Microsoft.DirectX.DirectPlay.ConnectFlags flags)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Peer.cs プロジェクト: rbernon/monoDX
 public void Connect(ApplicationDescription applicationDescription, Address hostAddress, Address deviceInformation, NetworkPacket userConnectData, Microsoft.DirectX.DirectPlay.ConnectFlags flags, object playerContext, object userContext)
 {
     throw new NotImplementedException();
 }