qwf_net_Results_e

QWF Network Manager service return codes

Synopsis:

#include <qwf/qwf_net.h>
typedef enum {
    NET_OK = 0,
    NET_ERR_INT = 1,
    NET_ERR_PARAM = 2,
    NET_ERR_INACTIVE = 3
} qwf_net_Results_e;

Data:

NET_OK
Successful result
NET_ERR_INT
Internal error
NET_ERR_PARAM
Invalid parameter
NET_ERR_INACTIVE
Inactive service

Library:

qwf_interface