Exemplo n.º 1
0
 public static unsafe extern int sidp_seq_data_send(ref sidpconn conn, String data, uint len);
Exemplo n.º 2
0
 public static unsafe extern int sidp_seq_negotiation_user(ref sidpconn conn);
Exemplo n.º 3
0
 public static unsafe extern int sidp_seq_data_recv(ref sidpconn conn, StringBuilder data, ref uint len);
Exemplo n.º 4
0
 public static unsafe extern int sidp_seq_auth_user(ref sidpconn conn, String user, String pass);
Exemplo n.º 5
0
 public static unsafe extern void sidp_conn_set_support(ref sidpconn conn, uint flag);
Exemplo n.º 6
0
 public static unsafe extern void sidp_conn_init(ref sidpconn conn, int fd, uint sdev, uint ddev, String key);
Exemplo n.º 7
0
 public static unsafe extern int sidp_conn_close(ref sidpconn conn);