An implementation of the example Services to get English greeting message and its localization information.  
 More...
#include <english_greeting_service_imp.h>
An implementation of the example Services to get English greeting message and its localization information. 
 
◆ get_language()
Retrieves a greeting message language. 
- Parameters
 - 
  
    | [out] | language_string | A pointer to string data pointer to store name of the language in.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
◆ say_hello()
Retrieves an English greeting message. 
- Parameters
 - 
  
    | [out] | hello_string | A pointer to string data pointer to store result in.  | 
  
   
- Returns
 - Status of performed operation 
 
- Return values
 - 
  
  
 
 
 
The documentation for this class was generated from the following files: