Serial port settings.  
 More...
#include <dnp3.hpp>
 | 
| 
class  | CppSerialSettingsFriend | 
|   | 
◆ SerialSettings()
      
        
          | dnp3::SerialSettings::SerialSettings  | 
          ( | 
           | ) | 
           | 
        
      
 
Initialize to default values. 
- Note
 - Values are initialized to:
 
- Returns
 - New instance of SerialSettings 
 
 
 
◆ baud_rate
      
        
          | uint32_t dnp3::SerialSettings::baud_rate | 
        
      
 
Baud rate (in symbols-per-second) 
 
 
◆ data_bits
      
        
          | DataBits dnp3::SerialSettings::data_bits | 
        
      
 
Number of bits used to represent a character sent on the line. 
 
 
◆ flow_control
Type of signalling to use for controlling data transfer. 
 
 
◆ parity
      
        
          | Parity dnp3::SerialSettings::parity | 
        
      
 
Type of parity to use for error checking. 
 
 
◆ stop_bits
      
        
          | StopBits dnp3::SerialSettings::stop_bits | 
        
      
 
Number of bits to use to signal the end of a character. 
 
 
The documentation for this struct was generated from the following file: