Multitech MTCBA-G-UF1 Specifications Page 31

  • Download
  • Add to my manuals
  • Print
  • Page
    / 40
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 30
Chapter 10. Case Studies
LogFileSeparator String RW Separator used in plain ASCII log file
LogFileMaxMB Number RW Maximum size of plain ASCII log file
LogDbConnectionString String RW Connection string of log database
LogDbConnectionPasswo
rd
String RW Password used in log database connection
string
DirTemp String RW Directory used internally by service to
store Temporary files
DirMessageQueue String RW Directory used internally by service to
store incoming messages
MsgDbConnectionString String RW Database connection string of the message
database
DailySMSLimit Number RW Maximum number of outgoing SMS messages per
day
MaxPendingTime Number RW Maximum number of hours that a message can
remain pending before it will fail
LastError Number R Completion code of the last called function
Functions:
Function Parameter(s) Description
Load Record-ID (Number) Load the options.
Save None Save options
Example:
Set objOptions = CreateObject( "AxSmsServer.Options" )
objOptions.Load( numID )
If( objOptions.LastError <> 0 ) Then
WScript.Echo "Failed to load Options record, error: " & objOptions.LastError
Else
WScript.Echo "ID: " & objOptions.ID
WScript.Echo "MaxPendingTime: " & objOptions.MaxPendingTime
objOptions.MaxPendingTime = 24
objOptions.Save
WScript.Echo "Save, result: " & objOptions.LastError
End If
9.6. ‘Channels’ collection object
Properties:
Property Type R/W Description
LastError Number R Completion code of the last called function
Functions:
Function Parameters Description
FindFirstGsmModem Filter (String) Find the first GSM Modem Channel in the
database. Optionally specify a filter (SQL-
like notation)
Page view 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 39 40

Comments to this Manuals

No comments