class UARTConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
port_idintUART port identificationYou can manipulate the field port_id as if it were a regular field. To clear the value of port_id and reset it to the default value for its type, you call the ClearField() method of the Message interface.
enabledboolTrue if UART device is enabled, false otherwiseYou can manipulate the field enabled as if it were a regular field. To clear the value of enabled and reset it to the default value for its type, you call the ClearField() method of the Message interface.
speedintSpeed selectionYou can manipulate the field speed as if it were a regular field. To clear the value of speed and reset it to the default value for its type, you call the ClearField() method of the Message interface.
word_lengthintWord lengthYou can manipulate the field word_length as if it were a regular field. To clear the value of word_length and reset it to the default value for its type, you call the ClearField() method of the Message interface.
stop_bitsintStop bitsYou can manipulate the field stop_bits as if it were a regular field. To clear the value of stop_bits and reset it to the default value for its type, you call the ClearField() method of the Message interface.
parityintParity modeYou can manipulate the field parity as if it were a regular field. To clear the value of parity and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Common (Python)