wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_server.h
branchRCL_3
changeset 10 0abc8c98be24
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
equal deleted inserted replaced
8:e0f767079796 10:0abc8c98be24
    14 * Description:  Main class for core server
    14 * Description:  Main class for core server
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 54 %
    19 * %version: 55 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_SERVER_H
    22 #ifndef CORE_SERVER_H
    23 #define CORE_SERVER_H
    23 #define CORE_SERVER_H
    24 
    24 
   858      * @param info Information about the current traffic statuses and traffic modes.
   858      * @param info Information about the current traffic statuses and traffic modes.
   859      * @return core_error_ok if success, an error code otherwise.
   859      * @return core_error_ok if success, an error code otherwise.
   860      */
   860      */
   861     core_error_e get_current_ac_traffic_info(
   861     core_error_e get_current_ac_traffic_info(
   862         core_ac_traffic_information_s& info );
   862         core_ac_traffic_information_s& info );
       
   863 
       
   864     /**
       
   865      * Set the currently enabled feature set.
       
   866      *
       
   867      * @since S60 v5.2
       
   868      * @param features Bitmask of enabled features.
       
   869      * @return core_error_ok if success, an error code otherwise.
       
   870      */
       
   871     core_error_e set_enabled_features(
       
   872         u32_t features );
   863 
   873 
   864     /**
   874     /**
   865      * An asynchronous request from the core server has been completed.
   875      * An asynchronous request from the core server has been completed.
   866      *
   876      *
   867      * @since S60 v3.1
   877      * @since S60 v3.1