GXDN: Gurux Developer Network
Search Method (timeout, showDialog)
NamespacesGurux.SMSGXSMSSearch(Int32, Boolean)
Retrieves a string array of COM ports, where modems, capable of sending or receiving SMS, are found.
Parameters
timeout (Int32)
Maximum time, in milliseconds, to search for the modem.
showDialog (Boolean)
If True, the search dialog is shown. By default, the value is True.
Return Value
String array of ports, where modems are found.
Examples
CopyVBScript
                'Search available SMS modems.
Dim pos, Ports
Ports = GXSMS1.Search
For pos = 0 To UBound(Ports)
    MsgBox Ports(pos)
Next

Assembly: Gurux.SMS (Module: Gurux.SMS) Version: 5.0.0.1