C# Class PlantronicsHeadsetPlugin.PlantronicsHeadset

Inheritance: FSClient.IHeadsetDevice
Mostra file Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
GetManufacturer ( ) : string
GetModel ( ) : string
GetName ( ) : string
GetUniqueId ( ) : string
Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
PlantronicsHeadset ( Plantronics.Device.Common device ) : System
SetActive ( bool active ) : void
SetCallerId ( string name, string number ) : void

Private Methods

Method Description
DeviceEvents_AudioStateChanged ( object sender, Plantronics.Device.Common e ) : void
DeviceEvents_ButtonPressed ( object sender, Plantronics.Device.Common e ) : void
DeviceEvents_FlashPressed ( object sender, Plantronics.Device.Common e ) : void
DeviceEvents_MuteStateChanged ( object sender, Plantronics.Device.Common e ) : void
DeviceEvents_TalkPressed ( object sender, Plantronics.Device.Common e ) : void
HostStatusChanged ( object sender, IDeviceHost e ) : void

Method Details

GetManufacturer() public method

public GetManufacturer ( ) : string
return string

GetModel() public method

public GetModel ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetUniqueId() public method

public GetUniqueId ( ) : string
return string

Initalize() public method

public Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
host IDeviceHost
return HEADSET_LIMITATIONS

PlantronicsHeadset() public method

public PlantronicsHeadset ( Plantronics.Device.Common device ) : System
device Plantronics.Device.Common
return System

SetActive() public method

public SetActive ( bool active ) : void
active bool
return void

SetCallerId() public method

public SetCallerId ( string name, string number ) : void
name string
number string
return void