ScaleDefinitionConfigurationStopBits Property | |
Gets or sets StopBits.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(StopBits.None)]
public StopBits StopBits { get; set; }
public:
[DefaultValueAttribute(StopBits::None)]
property StopBits StopBits {
StopBits get ();
void set (StopBits value);
}
function get_StopBits();
function set_StopBits(value);
Property Value
Type:
StopBitsSee Also