What is a TLV type in Visual Basic?
Posted: Mon Oct 05, 2015 7:12 pm
I'm writing a SMPP system that uses an ActiveX control for SMPP sending and receiving.
I'm converting sample code that was written in Visual Basic.
I have the sending code converted but I don't understand something about the receiving code.
Dim objTlvStatus As Tlv
Dim objTlvMessageRef As Tlv
I don't know what a Tlv type is.
Can anyone point me in the right direction?
I'm converting sample code that was written in Visual Basic.
I have the sending code converted but I don't understand something about the receiving code.
Dim objTlvStatus As Tlv
Dim objTlvMessageRef As Tlv
I don't know what a Tlv type is.
Can anyone point me in the right direction?