Product Features
PageMaster/API includes two COM interfaces. Included in the PageMasterAPI installation directory is a type library file, PageMasterAPI.tlb, that defines these interfaces.
IMessaging Interface
The IMessaging interface allows text messages to be sent using TAP, SNPP, SMPP, or WCTP.
Method | Syntax | Parameters | Return Value | ||
---|---|---|---|---|---|
SendTAP The SendTap method transmits a text messaging request that uses the TAP protocol to the PageMasterAPI service. |
Syntax | Parameters | S_OK | ||
SendSNPP The SendSNPP method transmits a text messaging request that uses the SNPP protocol to the PageMasterAPI service. This method is operational only in the PRO version. |
Syntax | Parameters | S_OK | ||
SendWCTP The SendWCTP method transmits a text messaging request that uses the WCTP protocol to the PageMasterAPI service. This method is operational only in the PRO version. |
Syntax | Parameters | S_OK | ||
SendSMPP The SendSMPP method transmits a text messaging request that uses the SMPP protocol to the PageMasterAPI service. This method is operational only in the PRO+SMPP version. |
Syntax | Parameters | S_OK |
ICallList Interface
The ICallList interface allows you to obtain information on the PageMaster/API connection queue. This is the queue of active and pending connections to service providers. This interface is operational only in the PRO version.
Method | Syntax | Parameters | Return Value | ||
---|---|---|---|---|---|
Snapshot Method The Snapshot method captures a view on the connection queue that can be queried using the GetCall method. |
Syntax | None | S_OK | ||
GetCount Method The GetCount method retrieves the number of active and pending connections in the view captured by the Snapshot method. |
Syntax | Parameters | S_OK | ||
GetCall Method The GetCall method retrieves details on a specific connection in the view captured by the Snapshot method. |
Syntax | Parameters | Return Values |
Please feel free to contact Omnitrend Sales for further information.
