C# 클래스 Hal.Context

상속: IDisposable
파일 보기 프로젝트 열기: mono/hal-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Context ( ) : System
Context ( DbusBusType type ) : System
Context ( IntPtr rawContext ) : System
Dispose ( ) : void
Initialize ( ) : void
IntegrateMainLoop ( ) : void

보호된 메소드들

메소드 설명
Context ( IntPtr dbus_conn, bool dbus ) : System

비공개 메소드들

메소드 설명
AddEvent ( Type evType, object ev ) : bool
ContextFree ( ) : bool
ContextShutdown ( ) : bool
GetEvents ( Type evType ) : ArrayList
OnHalDeviceAdded ( IntPtr ctx, IntPtr udiPtr ) : void
OnHalDeviceCondition ( IntPtr ctx, IntPtr udiPtr, IntPtr namePtr, IntPtr detailsPtr ) : void
OnHalDeviceLostCapability ( IntPtr ctx, IntPtr udiPtr, IntPtr capPtr ) : void
OnHalDeviceNewCapability ( IntPtr ctx, IntPtr udiPtr, IntPtr capPtr ) : void
OnHalDevicePropertyModified ( IntPtr ctx, IntPtr udiPtr, IntPtr keyPtr, bool isRemoved, bool isAdded ) : void
OnHalDeviceRemoved ( IntPtr ctx, IntPtr udiPtr ) : void
RemoveEvent ( Type evType, object ev ) : void

메소드 상세

Context() 공개 메소드

public Context ( ) : System
리턴 System

Context() 공개 메소드

public Context ( DbusBusType type ) : System
type DbusBusType
리턴 System

Context() 공개 메소드

public Context ( IntPtr rawContext ) : System
rawContext System.IntPtr
리턴 System

Context() 보호된 메소드

protected Context ( IntPtr dbus_conn, bool dbus ) : System
dbus_conn System.IntPtr
dbus bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

IntegrateMainLoop() 공개 메소드

public IntegrateMainLoop ( ) : void
리턴 void