quvi Network API | |
Functions | |
quvi_net_getprop | Returns a network property. |
quvi_net_setprop | Sets a network property. |
quvi_net_getprop_feat | Returns a network property feature. |
quvi_net_seterr | Sets a network error message. |
Convenience functions | |
Functions | |
quvi_net_get_one_prop_feat | Returns the first matching property feature from the list. |
Functions | |
quvi_net_get_one_prop_feat | Returns the first matching property feature from the list. |
char *quvi_net_get_one_prop_feat( quvi_net_t net, QUVInetPropertyFeatureName name )
Returns the first matching property feature from the list. A convenience function that allows finding the feature by an ID rather than a string.
net | Network handle |
name | Property feature ID |
A null-terminated string, otherwise NULL.
Returns a network property.
QUVIcode quvi_net_getprop( quvi_net_propfeat_t net, QUVInetProperty property, ... )
Sets a network property.
QUVIcode quvi_net_setprop( quvi_net_t net, QUVInetProperty property, ... )
Returns a network property feature.
QUVIcode quvi_net_getprop_feat( quvi_net_propfeat_t handle, QUVInetPropertyFeature feature, ... )
Sets a network error message.
QUVIcode quvi_net_seterr( quvi_net_t net, const char * fmt, ... )
Returns the first matching property feature from the list.
char *quvi_net_get_one_prop_feat( quvi_net_t net, QUVInetPropertyFeatureName name )