pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -16,10 +16,11 @@ response = ''
DotNetHandle = StartDotNet("","4.0")
//Specify the DLL
rv = Set_Property.NET(DotNetHandle, "AssemblyName", "D:\Apps\OICurrent\IFXAPI\KeyboardSimulatorv4.0.5.0\KeyboardSimulator.dll")
RootPath = Drive()
rv = Set_Property.NET(DotNetHandle, "AssemblyName", RootPath:'\IFXAPI\KeyboardSimulator\KeyboardSimulator.dll')
//Define the classes
WebClientAPI = Create_Class.NET(DotNetHandle, "Infineon.Mesa.OpenInsight.Library.KeyboardSimulator.Scan", 0)
errCode = ''
IF Get_Status(errCode) THEN
//ErrMsg(errCode)
@ -29,7 +30,7 @@ GoToService else
Error_Services('Add', Service : ' is not a valid service request within the ' : ServiceModule : ' services module.')
end
Free_Class.Net(MonAApi)
Free_Class.Net(WebClientAPI)
return response