ISerialPortChangeBaudrate Method
Stores current value of baudrate for future check. Descendant communicator can implement change of serial port baudrate for its channel.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
bool ChangeBaudrate(
int baudrate,
CancellationToken cancelToken
)
- baudrate Int32
- New value of baudrate.
- cancelToken CancellationToken
BooleanReturns true if baudrate was changed, otherwise false.