Method | Description | |
---|---|---|
Force ( bool value ) : void |
Force the internal state of the latch to a value
|
|
Toggle ( ) |
Creates a new toggle set to false
|
|
Toggle ( bool initialState ) |
Creates a new toggle set to an initial state
|
public Toggle ( bool initialState ) | ||
initialState | bool | state to initialize the toggle with |