Auron SMS Component architecture
The core of the SMS Component is an ActiveX/COM component. It comes in a 32-bit and a 64-bit version:
- AxSms32.dll The SMS Component COM Component for 32-bit platforms.
- AxSms64.dll The SMS Component COM Component for 64-bit platforms.
The following objects are part of this component:
- AxSms.Smpp This is the SMPP SMS protocol component.
- AxSms.SmppServer This is the SMPP server protocol component
- AxSms.SmppSession This is the SMPP server session component
- AxSms.Gsm This is the GSM modem SMS protocol component
- AxSms.Http This is the HTTP SMS protocol component
- AxSms.Dialup This is the Dial-up SMS protocol component.
- AxSms.Message This is the SMS message component. SMS messages that are received and sent are kept in instances of this component.
- AxSms.TemplateWapPush This is the WAPPush SMS message template. Use this to quickly generate binary formatted WAPPush messages.
- AxSms.TemplatevCard This is the vCard SMS message template. Use this to quickly generate vCard formatted messages.
- AxSms.Tlv This is the TLV (Tag, Length, Value) component. It is only used with the SMPP component and can be part of an SMS message as well as a bind call.
- AxSms.Snpp This is the Pager SNPP protocol component.
- AxSms.Constants This component contains all constants that are used with SMS messages and the SMS protocols.