SAI Metadata
Loading...
Searching...
No Matches
_sai_service_method_table_t Struct Reference

Method table that contains function pointers for services exposed by adapter host for adapter. More...

#include <sai.h>

Public Attributes

sai_profile_get_value_fn profile_get_value
 Get variable value given its name.
 
sai_profile_get_next_value_fn profile_get_next_value
 Enumerate all the K/V pairs in a profile.
 

Detailed Description

Method table that contains function pointers for services exposed by adapter host for adapter.

Definition at line 196 of file sai.h.

Member Data Documentation

◆ profile_get_next_value

sai_profile_get_next_value_fn _sai_service_method_table_t::profile_get_next_value

Enumerate all the K/V pairs in a profile.

Pointer to NULL passed as variable restarts enumeration. Function returns 0 if next value exists, -1 at the end of the list.

Definition at line 209 of file sai.h.

◆ profile_get_value

sai_profile_get_value_fn _sai_service_method_table_t::profile_get_value

Get variable value given its name.

Definition at line 201 of file sai.h.


The documentation for this struct was generated from the following file: