FM Transmitter Reference Manual | ||||
---|---|---|---|---|
FM Transmitter D-Bus apicom.nokia.FMTx — FMTx interface Object path: /com/nokia/fmtx/default Signal interface: com.nokia.FMTx.Device |
version ('u' version readonly) frequency ('u' frequency read/write) freq_max ('u' maximum frequency readonly) freq_min ('u' minimum frequency readonly) freq_step ('u' frequency step readonly) state ('s' state read/write) startable ('s' message about can the transmitter be enabled at the monent readonly) rds_ps ('s' rds station name read/write) rds_text ('s' rds text read/write)
This signal is emitted when any property of com.nokia.FMTx is changed
Fm transmitter was disabled by one of the following reasons:
Device entered offline mode Usb device was connected (excluding charger) Headphones were connected TV-Out cable was connected
|
Error message |
Version number of fmtx-middleware
|
Version number of fmtx-middleware |
Frequency in kHz. Returns DBUS_GERROR_INVALID_ARGS error, if frequency is not allowed.
|
frequency in kHz |
Returns maximum allowed frequency in kHz.
|
maximum frequency in kHz |
Returns minimum allowed frequency in kHz.
|
minimum frequency in kHz |
Returns the minimum step between frequencies is kHz.
|
Minimum step between frequencies in kHz. |
Sets/returns the state of the transmitter.
|
Possible states are: enabled - Transmitter is currently enabled disabled - Transmitter is currently disabled error - Internal error while initializing the transmitter, transmitter can't be enabled. n/a - Transmitter is permanently disabled in this device. State can be set to enabled or disabled. May return DBUS_GERROR_FAILED if transmitter can't be enabled. |
Returns message about can the transmitter be enabled at current time.
|
Possible messages are: true Device is in offline mode Headphones are connected Usb device is connected |
Get/Set RDS Station name (displayed on rds capable radios). To avoid problems with some radios, use text which length is dividable by 8. Pad with spaces if necessary.
|
RDS Station name. |
Get/Set RDS text (displayed alternating with station name. Maximum length is 64 characters. Returns DBUS_GERROR_INVALID_ARGS is set text is too long.
|
RDS message text. |