Searched refs:IInstanceBasedCommand (Results 1 – 3 of 3) sorted by relevance
17 …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
15 public class ADC : BaseCommand, IInstanceBasedCommand<IADC>
16 public class GPIOPort : BaseCommand, IHasEvents, IInstanceBasedCommand<IPeripheral>