Method | Description | |
---|---|---|
DataIn ( bool value ) : System.Threading.Tasks.Task | ||
GetValue ( int index ) : bool | ||
Latch ( ) : System.Threading.Tasks.Task | ||
Reset ( bool value = false ) : System.Threading.Tasks.Task | ||
SerialOutController ( RemoteDevice device, byte dataPin, byte clockPin, byte latchPin, byte numOuputs = 8 ) : System | ||
SetValue ( int index, bool value, bool imediatlyWriteOutputs = true ) : System.Threading.Tasks.Task | ||
WriteAllToOutputs ( ) : System.Threading.Tasks.Task |
public DataIn ( bool value ) : System.Threading.Tasks.Task | ||
value | bool | |
return | System.Threading.Tasks.Task |
public Latch ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public Reset ( bool value = false ) : System.Threading.Tasks.Task | ||
value | bool | |
return | System.Threading.Tasks.Task |
public SerialOutController ( RemoteDevice device, byte dataPin, byte clockPin, byte latchPin, byte numOuputs = 8 ) : System | ||
device | RemoteDevice | |
dataPin | byte | |
clockPin | byte | |
latchPin | byte | |
numOuputs | byte | |
return | System |
public SetValue ( int index, bool value, bool imediatlyWriteOutputs = true ) : System.Threading.Tasks.Task | ||
index | int | |
value | bool | |
imediatlyWriteOutputs | bool | |
return | System.Threading.Tasks.Task |
public WriteAllToOutputs ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |