Enable/disable serial I/O tracing
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic bool SerialTrace { get; set; }Public Property SerialTrace As Boolean
Get
Set
public:
virtual property bool SerialTrace {
bool get () sealed;
void set (bool value) sealed;
}Property Value
BooleanBoolean - Enable/disable serial I/O tracing
Return Value
BooleanEnabled - disabled state of serial tracing
RemarksIf you want to change the serial trace file path, change the SerialTraceFile property before setting this to True.
After setting this to True, serial trace info will be written to the last-set serial trace file.
See Also