libmcm 1.4.0
A client library for Moxa Connection Management
mcm-eth-info.h
Go to the documentation of this file.
1
9#ifndef _MCM_ETH_INFO_H_
10#define _MCM_ETH_INFO_H_
11#include "mcm-base-info.h"
23int mcm_ethernet_get_all_properties(char *interfaceName, int *arr_len, mcm_property_info **info_arr);
24
39int mcm_ethernet_get_property(char *interfaceName, char *propertyName, char **propertyValue, int cached);
40
50int mcm_get_ethernet_info(char *interfaceName, mcm_ethernet_info *ethernet_info);
51
52#endif
char * propertyValue
Definition: mcm-base-info.h:1
char * propertyName
Definition: mcm-base-info.h:0
int mcm_ethernet_get_property(char *interfaceName, char *propertyName, char **propertyValue, int cached)
A help function for get property.
Definition: mcm-eth-info.c:43
int mcm_ethernet_get_all_properties(char *interfaceName, int *arr_len, mcm_property_info **info_arr)
A help function for get all ethernet properties.
Definition: mcm-eth-info.c:16
int mcm_get_ethernet_info(char *interfaceName, mcm_ethernet_info *ethernet_info)
A help function for get ethernet information.
Definition: mcm-eth-info.c:54
Definition: mcm-base-info.h:109
Definition: mcm-base-info.h:40