コード例 #1
0
ファイル: IpcServer.cs プロジェクト: wwwyfjp/EpLibrary.cs
 /// <summary>
 /// Received the packet from the client.
 /// </summary>
 /// <param name="pipe">the pipe which wrote the packet</param>
 /// <param name="status">the status of write</param>
 public void OnWriteComplete(IpcInterface pipe, IpcWriteStatus status)
 {
     m_options.m_callBackObj.OnWriteComplete(this, pipe, status);
 }
コード例 #2
0
ファイル: IpcServer.cs プロジェクト: tangyiyong/EpLibrary.cs
 /// <summary>
 /// Received the packet from the client.
 /// </summary>
 /// <param name="pipe">the pipe which wrote the packet</param>
 /// <param name="status">the status of write</param>
 public void OnWriteComplete(IpcInterface pipe, IpcWriteStatus status)
 {
     m_options.m_callBackObj.OnWriteComplete(this, pipe, status);
 }