qthighway/xqservice/src/xqaiwdeclplat.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 8 71781823f776
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    27 
    27 
    28 //
    28 //
    29 // All declations shall have XQ prefix
    29 // All declations shall have XQ prefix
    30 //
    30 //
    31 
    31 
       
    32 /*!
       
    33  FM Radio controlling interface and related operations
       
    34  Operation: command( int commandId )
       
    35   commandId: defined in radioserviceconst.h
       
    36   
       
    37 */
       
    38 #define XQI_RADIO_CONTROL QLatin1String("com.nokia.symbian.IRadioControl")
       
    39 #define XQOP_RADIO_CONTROL QLatin1String("command(int)")
       
    40 
       
    41 /*!
       
    42  FM Radio monitoring interface and related operations
       
    43 */
       
    44 #define XQI_RADIO_MONITOR QLatin1String("com.nokia.symbian.IRadioMonitor")
       
    45 #define XQOP_RADIO_MONITOR QLatin1String("requestNotifications(void)")
       
    46 
    32 // Platform service related constants
    47 // Platform service related constants
    33 
    48 
    34 #endif
    49 #endif