메소드 | 설명 | |
---|---|---|
PinStateChangeEventArgs ( |
Initializes a new instance of the CyrusBuilt.MonoPi.IO.PinStateChangeEventArgs class with the address of the pin and the old and new pin states.
|
|
PinStateChangeEventArgs ( PinState oldState, PinState newState ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.IO.PinStateChangeEventArgs class with the old and new pin states.
|
public PinStateChangeEventArgs ( |
||
address | /// The pin address. /// | |
oldState | PinState | /// The previous state of the pin. /// |
newState | PinState | /// The new state of the pin. /// |
리턴 | System |
public PinStateChangeEventArgs ( PinState oldState, PinState newState ) : System | ||
oldState | PinState | /// The previous state of the pin. /// |
newState | PinState | /// The new state of the pin. /// |
리턴 | System |