예제 #1
0
 public static extern int lws_service(lws_context context, int timeout_ms);
예제 #2
0
 public static extern unsafe lws ulws_connect(lws_context context, byte *protocol_names, ulws_ssl_type ssl_type, byte *host, byte *address, byte *path, int port);
예제 #3
0
 public static extern void ulws_destroy(lws_context context);
예제 #4
0
 public bool Equals(lws_context other)
 {
     return(this == other);
 }