GsmModemEnableRtsOnOpen Property |
Enable/disable RTS when the port is open.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool EnableRtsOnOpen { get; set; }Public Property EnableRtsOnOpen As Boolean
Get
Set
Dim instance As GsmModem
Dim value As Boolean
value = instance.EnableRtsOnOpen
instance.EnableRtsOnOpen = value
public:
property bool EnableRtsOnOpen {
bool get ();
void set (bool value);
}member EnableRtsOnOpen : bool with get, set
Property Value
Boolean
See Also