|
|
32
ActiveX Server |
|
|
 |
|
Object |
Vouch32SmsServer() |
|
|
|
|
Properties |
The following properties can be set/retrieved
for Vouch32SmsServer() |
|
|
|
nPort |
|
|
nBaud |
|
|
cParity |
|
|
nDatabits |
|
|
nStopbits |
|
|
nInBuffer |
|
|
nOutBuffer |
|
|
cSMSText |
|
|
nTries |
|
|
|
|
|
lInitialized |
|
|
nErrorCode |
|
|
cErrorString |
|
|
|
|
|
|
Methods |
The following methods are supported by
Vouch32..Server() |
|
|
|
Create() |
|
|
Configure() |
|
|
Destroy() |
|
|
|
|
|
SMSSend(
cMobileNumber, cSMSText ) |
|
|
SMSReceive() |
|
|
SMSDelete(
nIndex ) |
|
|
|
|
|
|
Usage |
Local oServer,
oObj oServer := CreateObject( 'Vouch32.Vouch.1' )
oObj := oServer:Vouch32SmsServer()
oObj:nPort := 3
oObj:cSMSText := 'The message is sent via Vouch32 ActiveX'
oObj:Create()
if oObj:lInitialized
oObj:SMSSend( '+919814030917', 'Testing SMS object of Vouch32
ActiveX' )
oObj:Destroy()
endif |
|
|
|
|
WWW |
http://www.vouch32.com
|
|
Support |
http://www.vouch.ws/Vouch32
|