C# Class JabraHeadsetPlugin.JabraHeadset

Inheritance: FSClient.IHeadsetDevice
Exibir arquivo Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
GetManufacturer ( ) : string
GetModel ( ) : string
GetName ( ) : string
GetUniqueId ( ) : string
Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
JabraHeadset ( JabraTelephonyAPI device ) : System
SetActive ( bool active ) : void
SetCallerId ( string name, string number ) : void

Private Methods

Method Description
HostStatusChanged ( object sender, IDeviceHost e ) : void
OnButtonEvent ( JabraTelephonyAPI device, JabraTelephonyAPI button, bool value ) : void
OnStateEvent ( JabraTelephonyAPI device, JabraTelephonyAPI state, bool value ) : 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 FSClient.IDeviceHost
return HEADSET_LIMITATIONS

JabraHeadset() public method

public JabraHeadset ( JabraTelephonyAPI device ) : System
device JabraTelephonyAPI
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