C# Class PlantronicsHeadsetPlugin.PlantronicsHeadset

Inheritance: FSClient.IHeadsetDevice
Afficher le fichier Open project: mitchcapper/FSClient Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetManufacturer ( ) : string
Résultat string

GetModel() public méthode

public GetModel ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetUniqueId() public méthode

public GetUniqueId ( ) : string
Résultat string

Initalize() public méthode

public Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
host IDeviceHost
Résultat HEADSET_LIMITATIONS

PlantronicsHeadset() public méthode

public PlantronicsHeadset ( Plantronics.Device.Common device ) : System
device Plantronics.Device.Common
Résultat System

SetActive() public méthode

public SetActive ( bool active ) : void
active bool
Résultat void

SetCallerId() public méthode

public SetCallerId ( string name, string number ) : void
name string
number string
Résultat void