yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
Agent Profile

The agent profile message is received from the server and processed into a local copy of the agt_profile_t structure. More...

Collaboration diagram for Agent Profile:

Functions

status_t sil_sa_profile_cvt_value (val_value_t *val, agt_profile_t *profile)
 Convert the specified val_value_t tree into the fields of the specified agt_profile struct. More...
 

Detailed Description

The agent profile message is received from the server and processed into a local copy of the agt_profile_t structure.

Not all fields are present! Not for API use! For internal use only!

All functions in this module are user APIs for subsystem use only!

Function Documentation

◆ sil_sa_profile_cvt_value()

status_t sil_sa_profile_cvt_value ( val_value_t val,
agt_profile_t profile 
)

Convert the specified val_value_t tree into the fields of the specified agt_profile struct.

Parameters
valvalue_t struct tree to convert
profileprofile struct to convert into
Returns
status
Here is the call graph for this function: