메소드 | 설명 | |
---|---|---|
ConnectToggleActionWith ( IButton button, ButtonPressedDuration pressedDuration = ButtonPressedDuration.Short ) : |
||
GetNextState ( ComponentState baseStateId ) : ComponentState | ||
GetState ( ) : ComponentState | ||
GetSupportedStates ( ) : IList |
||
LogicalBinaryStateActuator ( ComponentId id, ITimerService timerService ) : System | ||
ResetState ( ) : void | ||
SetState ( ComponentState state ) : void | ||
SetStateIdAlias ( ComponentState id, ComponentState alias ) : void | ||
ToggleState ( ) : void | ||
WithActuator ( IStateMachine actuator ) : |
메소드 | 설명 | |
---|---|---|
GetStateInternal ( ) : ComponentState |
public ConnectToggleActionWith ( IButton button, ButtonPressedDuration pressedDuration = ButtonPressedDuration.Short ) : |
||
button | IButton | |
pressedDuration | ButtonPressedDuration | |
리턴 |
public GetNextState ( ComponentState baseStateId ) : ComponentState | ||
baseStateId | ComponentState | |
리턴 | ComponentState |
public LogicalBinaryStateActuator ( ComponentId id, ITimerService timerService ) : System | ||
id | ComponentId | |
timerService | ITimerService | |
리턴 | System |
public SetStateIdAlias ( ComponentState id, ComponentState alias ) : void | ||
id | ComponentState | |
alias | ComponentState | |
리턴 | void |
public WithActuator ( IStateMachine actuator ) : |
||
actuator | IStateMachine | |
리턴 |