C# 클래스 FSClient.IHeadsetDevice

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

공개 프로퍼티들

프로퍼티 타입 설명
StatusChanged EventHandler

공개 메소드들

메소드 설명
GetManufacturer ( ) : string
GetModel ( ) : string
GetName ( ) : string
GetUniqueId ( ) : string
Initalize ( IDeviceHost host ) : HEADSET_LIMITATIONS
SetActive ( bool active ) : void
SetCallerId ( String name, String number ) : void

메소드 상세

GetManufacturer() 공개 추상적인 메소드

public abstract GetManufacturer ( ) : string
리턴 string

GetModel() 공개 추상적인 메소드

public abstract GetModel ( ) : string
리턴 string

GetName() 공개 추상적인 메소드

public abstract GetName ( ) : string
리턴 string

GetUniqueId() 공개 추상적인 메소드

public abstract GetUniqueId ( ) : string
리턴 string

Initalize() 공개 추상적인 메소드

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

SetActive() 공개 추상적인 메소드

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

SetCallerId() 공개 추상적인 메소드

public abstract SetCallerId ( String name, String number ) : void
name String
number String
리턴 void

프로퍼티 상세

StatusChanged 공개적으로 프로퍼티

public EventHandler StatusChanged
리턴 EventHandler