Click or drag to resize

GsmModemDetectAllGsm(SerialBaudRate, SerialBaudRate) Method

Detects all GSM modems connected to the system and returns the communication port and baud rate. Only baud rate values between startBaudRate and endBaudRate are checked.

Namespace: ZylSoft.Gsm
Assembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Dictionary<SerialCommPort, SerialBaudRate> DetectAllGsm(
	SerialBaudRate startBaudRate,
	SerialBaudRate endBaudRate
)

Parameters

startBaudRate  SerialBaudRate
The lower baud rate limit used at the detection process.
endBaudRate  SerialBaudRate
The higher baud rate limit used at the detection process.

Return Value

DictionarySerialCommPort, SerialBaudRate
Returns all the GSM modems connected to the system in a dictionary (key = port; value = baud rate).
See Also