yumapro
24.10-1
YumaPro SDK
|
The agent profile message is received from the server and processed into a local copy of the agt_profile_t structure. More...
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... | |
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!
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.
val | value_t struct tree to convert |
profile | profile struct to convert into |