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 |
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 |
public Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS | ||
host | IDeviceHost | |
return | HEADSET_LIMITATIONS |
public PlantronicsHeadset ( Plantronics.Device.Common device ) : System | ||
device | Plantronics.Device.Common | |
return | System |
public SetCallerId ( string name, string number ) : void | ||
name | string | |
number | string | |
return | void |