Home
last modified time | relevance | path

Searched defs:TPeripheral (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DTestersProvider.cs16 where TPeripheral: class, IEmulationElement class
58 …public int CreateNewTester(Func<TPeripheral, TTester> creator, string peripheralOrExternalName, st… in CreateNewTester()