SerialSpeed Property
Gets and sets the baud rate of the ASCOM serial port
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public SerialSpeed Speed { get; set; }
Public Property Speed As SerialSpeed
Get
Set
public:
virtual property SerialSpeed Speed {
SerialSpeed get () sealed;
void set (SerialSpeed value) sealed;
}
SerialSpeedPort speed using the PortSpeed enum
SerialSpeedPort speed as a SerialSpeed enum value
This is modelled on the COM component with possible values enumerated in the PortSpeed enum.