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

Handles detection of simultaneous button presses.
NOTE: Consuming classes will have issues if they are detecting both double and triple presses (IE, (A+B | A+C | B+C) & A+B+C), because the double button event will occur first, followed by the triple button event.
파일 보기 프로젝트 열기: nothingmn/AGENT.Contrib

공개 메소드들

메소드 설명
CombinationAgentButtonListener ( ) : System
CombinationAgentButtonListener ( AgentButtonListener listener ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetPressedButtons ( ) : Hashtable
OnAgentButtonListenerPressed ( AgentButton button, InterruptPort port, AgentButtonState state, System.DateTime time ) : void

메소드 상세

CombinationAgentButtonListener() 공개 메소드

public CombinationAgentButtonListener ( ) : System
리턴 System

CombinationAgentButtonListener() 공개 메소드

public CombinationAgentButtonListener ( AgentButtonListener listener ) : System
listener AgentButtonListener
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void