Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DBusPeripheralsHooksPythonEngine.cs25 ReadScript = readScript; in BusPeripheralsHooksPythonEngine()
44 if (ReadScript != null) in BusPeripheralsHooksPythonEngine()
66 if(ReadScript != null) in InnerInit()
68 var source = Engine.CreateScriptSourceFromString(ReadScript); in InnerInit()
86 private readonly string ReadScript; field in Antmicro.Renode.Hooks.BusPeripheralsHooksPythonEngine