Пример #1
0
 public NngPipe(nng_pipe pipe)
 {
     NativeNngStruct = pipe;
 }
Пример #2
0
 public Pipe(nng_pipe pipe)
 {
     NngPipe = pipe;
 }
Пример #3
0
 public static extern int nng_pipe_getopt_size(nng_pipe pipe, string opt, out UIntPtr val);
Пример #4
0
 public static extern int nng_pipe_getopt_uint64(nng_pipe pipe, string opt, out UInt64 val);
Пример #5
0
 public static extern int nng_pipe_getopt_ms(nng_pipe pipe, string opt, out nng_duration val);
Пример #6
0
 public static extern int nng_pipe_getopt_ptr(nng_pipe pipe, string opt, out IntPtr val);
Пример #7
0
 public static extern int nng_pipe_getopt_bool(nng_pipe pipe, string opt, out bool val);
Пример #8
0
 public static extern int nng_pipe_getopt_int(nng_pipe pipe, string opt, out int val);
Пример #9
0
 public static extern nng_dialer   nng_pipe_dialer(nng_pipe pipe);
Пример #10
0
 public static extern nng_listener nng_pipe_listener(nng_pipe pipe);
Пример #11
0
 public static extern nng_socket   nng_pipe_socket(nng_pipe pipe);
Пример #12
0
 public static extern int nng_pipe_id(nng_pipe pipe);
Пример #13
0
 public static extern int          nng_pipe_close(nng_pipe pipe);
Пример #14
0
 public static extern void nng_msg_set_pipe(nng_msg message, nng_pipe pipe);
Пример #15
0
 public static extern int nng_pipe_getopt_string(nng_pipe pipe, string opt, out string val);