The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_udp_client_api.h
Go to the documentation of this file.
1 
9 #ifndef STK_UDP_CLIENT_API_H
10 #define STK_UDP_CLIENT_API_H
11 #include "stk_data_flow.h"
12 
20 #define stk_udp_create_publisher stk_udp_client_create_data_flow
26 int stk_udp_client_fd(stk_data_flow_t *df);
27 
31 stk_ret stk_udp_client_data_flow_id_ip(stk_data_flow_t *df,struct sockaddr *data_flow_id,socklen_t addrlen);
36 stk_ret stk_udp_client_data_flow_serverip(stk_data_flow_t *df,struct sockaddr *data_flow_id,socklen_t addrlen);
37 
38 #endif