mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
docs: update XML comments for Essentials Core
This commit is contained in:
parent
0764685c51
commit
f88bb13367
260 changed files with 7018 additions and 1318 deletions
|
|
@ -5,6 +5,12 @@
|
|||
/// </summary>
|
||||
public interface IRoutingNumeric : IRouting
|
||||
{
|
||||
/// <summary>
|
||||
/// Executes a numeric switch on the device
|
||||
/// </summary>
|
||||
/// <param name="input">input selector</param>
|
||||
/// <param name="output">output selector</param>
|
||||
/// <param name="type">type of signal</param>
|
||||
void ExecuteNumericSwitch(ushort input, ushort output, eRoutingSignalType type);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue