Example #1
0
 public static void tcpConnectRequest(ulong id, ref NF_TCP_CONN_INFO pConnInfo)
 {
     m_pEventHandler.tcpConnectRequest(id, ref pConnInfo);
 }
Example #2
0
 public static extern NF_STATUS nf_completeTCPConnectRequest(ulong id, ref NF_TCP_CONN_INFO pConnInfo);
Example #3
0
 public static extern NF_STATUS nf_getTCPConnInfo(ulong id, ref NF_TCP_CONN_INFO pConnInfo);
Example #4
0
 public static void tcpClosed(ulong id, ref NF_TCP_CONN_INFO pConnInfo)
 {
     m_pEventHandler.tcpClosed(id, pConnInfo);
 }