Search found 4 matches

by dd31
Tue Nov 21, 2006 3:34 pm
Forum: Milan / Paylink Interface Support
Topic: error - ReadAcceptorDetails() method
Replies: 7
Views: 17037

I have tried a lot of solutions but I still cannot read the CoinCount Value (always 0) when I call ReadDispenserDetails. On the Paylink are connected : -> Dispensers : A Hopper ( 2€) A global Euro ( 4 dispenser tubes : 0.50€, 0.20€, 0.10€; 0.05€ ). -> Acceptors : A Lumina ans an acceptor SR3 The pro...
by dd31
Thu Nov 16, 2006 5:34 pm
Forum: Milan / Paylink Interface Support
Topic: error - ReadAcceptorDetails() method
Replies: 7
Views: 17037

I've got more details regarding my question. I miss the .NET fragment of ReadDispenserDetails() class (the same like you tell me the ReadAcceptorDetails class but now I need the ReadDispenserDetails class). I need the coincount value above all :D . If it's possible, it would be so kind :wink: Thanks...
by dd31
Tue Oct 03, 2006 10:57 am
Forum: Milan / Paylink Interface Support
Topic: error - ReadAcceptorDetails() method
Replies: 7
Views: 17037

I’ve consulted with another customer who has implemented this with .NET, and he reports that the ‘C’ style array of structures is very incompatible with .NET. The following .NET fragment is his implementation of ReadAcceptorDetails and WriteAcceptorDetails, I'm afraid you're essentially on your own...
by dd31
Thu Jul 20, 2006 1:35 pm
Forum: Milan / Paylink Interface Support
Topic: error - ReadAcceptorDetails() method
Replies: 7
Views: 17037

error - ReadAcceptorDetails() method

I'm working on a .NET project using a paylink with acceptors and dispensors. I have to use the ReadDispenserDetails() and ReadAcceptorDetails() methods of the aesimhei.dll win32 dll in a .NET project using c#. The ReadDispenserDetails() method call works well (the DispensorBlock struct is well fille...