C# Class Cimbalino.Phone.Toolkit.Services.FMRadioService

Represents an implementation of the IFMRadioService.
Inheritance: IFMRadioService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
PowerOff ( ) : void

Power off the FM radio.

PowerOn ( ) : void

Power on the FM radio.

Method Details

PowerOff() public method

Power off the FM radio.
public PowerOff ( ) : void
return void

PowerOn() public method

Power on the FM radio.
public PowerOn ( ) : void
return void