C# 클래스 AGENT.Contrib.Hardware.AgentButtonListener

A simple class to abstract away the use of InterruptPorts (aka Buttons)
상속: IDisposable
파일 보기 프로젝트 열기: nothingmn/AGENT.Contrib 1 사용 예제들

공개 메소드들

메소드 설명
AgentButtonListener ( ) : System
Dispose ( ) : void
IsListeningTo ( AgentButton button ) : bool
StartListeningTo ( ) : void
StartListeningTo ( AgentButton b ) : void
StopListeningTo ( ) : void
StopListeningTo ( AgentButton b ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnInterrupt ( uint data1, uint data2, System.DateTime time ) : void

메소드 상세

AgentButtonListener() 공개 메소드

public AgentButtonListener ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsListeningTo() 공개 메소드

public IsListeningTo ( AgentButton button ) : bool
button AgentButton
리턴 bool

StartListeningTo() 공개 메소드

public StartListeningTo ( ) : void
리턴 void

StartListeningTo() 공개 메소드

public StartListeningTo ( AgentButton b ) : void
b AgentButton
리턴 void

StopListeningTo() 공개 메소드

public StopListeningTo ( ) : void
리턴 void

StopListeningTo() 공개 메소드

public StopListeningTo ( AgentButton b ) : void
b AgentButton
리턴 void