pre cutover push
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user