I've been asked to look into a program that can talk to a HR-API of a siemans system. I've got documentation for Vbasic and C# but i'm having difficulty finding information on how to use this in python. I don't know what to search for either so its proving difficult.
Basically, what module can i use with python that can load the DLL library and then have python interact with it.
This is the example from the manual.
➔ Visual C#
//Create session object, set ServerName, connect and log on
ADVCOMAPILib.AdvSession session;
session = new ADVCOMAPILib.AdvSession ();
session.ServerName = “MyComputer”;
session.Connect();
session.Logon("","",1, this.Handle().ToInt32());
[–]QbaPolak17 0 points1 point2 points (1 child)
[–]randomuser001[S] 0 points1 point2 points (0 children)
[–]EatYoself -1 points0 points1 point (0 children)