C# Class CSharp_NoiseFloor.ControlPowerSDR

Mostrar archivo Open project: pa3gsb/RadioBerry Class Usage Examples

Public Methods

Method Description
ControlPowerSDR ( ) : System
getCommand ( string command ) : String
setCommand ( string command ) : void
stop ( ) : void

Method Details

ControlPowerSDR() public method

public ControlPowerSDR ( ) : System
return System

getCommand() public method

public getCommand ( string command ) : String
command string
return String

setCommand() public method

public setCommand ( string command ) : void
command string
return void

stop() public method

public stop ( ) : void
return void