Gets and sets the baud rate of the ASCOM serial port
Namespace:
ASCOM.Utilities
Assembly:
ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic SerialSpeed Speed { get; set; }
Public Property Speed As SerialSpeed
Get
Set
public:
virtual property SerialSpeed Speed {
SerialSpeed get () sealed;
void set (SerialSpeed value) sealed;
}
Property Value
Type:
SerialSpeedPort speed using the PortSpeed enum
Return Value
Type:
SerialSpeedPort speed as a SerialSpeed enum value
RemarksThis is modelled on the COM component with possible values enumerated in the PortSpeed enum.
See Also