Home
last modified time | relevance | path

Searched refs:IInstanceBasedCommand (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DIInstanceBasedCommand.cs17 …public static Response InvokeHandledWithInstance<T>(this IInstanceBasedCommand<T> @this, List<byte…
58 …private static bool TryRegisterInstance<T>(this IInstanceBasedCommand<T> @this, IMachine machine, …
167 public interface IInstanceBasedCommand<T> : ICommand interface
DADC.cs15 public class ADC : BaseCommand, IInstanceBasedCommand<IADC>
DGPIOPort.cs16 public class GPIOPort : BaseCommand, IHasEvents, IInstanceBasedCommand<IPeripheral>