I'm writing C# code for a SMPP client that connects and binds to a SMPP server. And I'm also using the InetLab SMPP library.
It opens a connection fine and binds successfully, but it soon disconnects a few seconds later. This is because I'm receiving an EquireLink from the server, but I'm not responding to it to tell the server I'm still alive.
So the question is, "how do I respond to an EnquireLink to tell the server I'm still alive?"
Can someone please show me an example on how to respond to an EquireLink?