Click or drag to resize

GsmModemDetectGsm(String, SerialBaudRate) Method

Detects the first GSM modem connected to the system and returns as output parameters the communication port and baud rate.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public bool DetectGsm(
	out string port,
	out SerialBaudRate baudRate
)

Parameters

port  String
The serial port name where the GSM modem is connected to.
baudRate  SerialBaudRate
Baud rate of the communication.

Return Value

Boolean
Returns true, if a GSM modem was detected, otherwise false.
See Also