SettingSerial
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_setting_serial_get_type ()" ) ]
public sealed class SettingSerial :
Setting
Content:
Constants:
Properties:
- public uint baud { get; set; }
Speed to use for communication over the serial port.
- public uint bits { get; set; }
Byte-width of the serial communication.
- public SettingSerialParity parity { get; set; }
Parity setting of the serial port.
- public uint64 send_delay { get; set; }
Time to delay between each byte sent to the modem, in microseconds.
- public uint stopbits { get; set; }
Number of stop bits for communication on the serial port.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class NM.Setting
All known members inherited from class GLib.Object