ONLP
Open Network Linux Platform APIs
|
Data Structures | |
struct | onlp_asset_info_s |
This structure describes general asset information that may be associated with a particular OID. More... | |
Typedefs | |
typedef struct onlp_asset_info_s | onlp_asset_info_t |
This structure describes general asset information that may be associated with a particular OID. | |
Functions | |
int | onlp_asset_info_show (onlp_asset_info_t *aip, aim_pvs_t *pvs) |
Show an asset structure. | |
int | onlp_asset_info_free (onlp_asset_info_t *aip) |
Free an asset structure. | |
int | onlp_asset_info_to_json (onlp_asset_info_t *aip, cJSON **rv) |
Asset info to JSON. | |