Click or drag to resize
ISerialConnectorShutdownText Property
Gets or sets the text to send across the COM port on shutdown - a null or empty string will disable the feature. Can contain \r and \n.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string ShutdownText { get; set; }

Property Value

Type: String
See Also