GATE
gate_tech_zeromq_api_t Struct Reference

Public Attributes

void *(* create )(void *, int type_)
 
int(* close )(void *s)
 
int(* setopt )(void *s, int opt, const void *optval, size_t optvallen)
 
int(* getopt )(void *s, int opt, void *optval_, size_t *optvallen)
 
int(* bind )(void *s, const char *addr)
 
int(* connect )(void *s, const char *addr)
 
int(* unbind )(void *s, const char *addr)
 
int(* disconnect )(void *s, const char *addr)
 
int(* send )(void *s, const void *buf, size_t len_, int flags)
 
int(* send_const )(void *s, const void *buf, size_t len_, int flags)
 
int(* recv )(void *s, void *buf, size_t len_, int flags)
 
int(* monitor )(void *s, const char *addr, int events)
 

The documentation for this struct was generated from the following file: