C# Class JabraHeadsetPlugin.JabraHeadset

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
JabraHeadset ( JabraTelephonyAPI device ) : System
SetActive ( bool active ) : void
SetCallerId ( string name, string number ) : void

Private Methods

Méthode 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 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 FSClient.IDeviceHost
Résultat HEADSET_LIMITATIONS

JabraHeadset() public méthode

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