C# 클래스 PlantronicsHeadsetPlugin.PlantronicsHeadset

상속: FSClient.IHeadsetDevice
파일 보기 프로젝트 열기: mitchcapper/FSClient 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetManufacturer() 공개 메소드

public GetManufacturer ( ) : string
리턴 string

GetModel() 공개 메소드

public GetModel ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetUniqueId() 공개 메소드

public GetUniqueId ( ) : string
리턴 string

Initalize() 공개 메소드

public Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
host IDeviceHost
리턴 HEADSET_LIMITATIONS

PlantronicsHeadset() 공개 메소드

public PlantronicsHeadset ( Plantronics.Device.Common device ) : System
device Plantronics.Device.Common
리턴 System

SetActive() 공개 메소드

public SetActive ( bool active ) : void
active bool
리턴 void

SetCallerId() 공개 메소드

public SetCallerId ( string name, string number ) : void
name string
number string
리턴 void