baudRate property

int baudRate

Gets the baud rate from the port configuration.

Implementation

int get baudRate;
void baudRate=(int value)

Sets the baud rate in the port configuration.

Implementation

set baudRate(int value);