GsmModem(SerialCommPort) Constructor |
Constructor.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic GsmModem(
SerialCommPort port
)
Public Sub New (
port As SerialCommPort
)
Dim port As SerialCommPort
Dim instance As New GsmModem(port)
public:
GsmModem(
SerialCommPort port
)
new :
port : SerialCommPort -> GsmModemParameters
- port SerialCommPort
-
Physical name of the serial port.
See Also