| ScaleDefinitionConfiguration Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PSI.Sox.Configuration
 Syntax
Syntax[SerializableAttribute] public class ScaleDefinitionConfiguration
The ScaleDefinitionConfiguration type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ScaleDefinitionConfiguration | Initializes a new instance of the ScaleDefinitionConfiguration class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BaudRate | 
                Gets or sets BaudRate.
             | 
|  | DataBits | 
                Gets or sets DataBits.
             | 
|  | DeviceParserType | 
                Gets or sets DeviceParserType.
             | 
|  | Handshake | 
            Gets or sets Handshake (flow control).
             | 
|  | Name | 
            Gets or sets Name.
             | 
|  | Parity | 
                Gets or sets Parity.
             | 
|  | PortType | 
                Gets or sets PortType.
             | 
|  | RegexPattern | 
                Gets or sets RegexPattern.
             | 
|  | RequestCommand | 
                Gets or sets RequestCommand.
             | 
|  | RequestTimeout | 
                Gets or sets RequestTimeout.
             | 
|  | RetryCount | 
            Get or Set RetryCount
             | 
|  | RetryDelay | 
            Get or Set RetryDelay
             | 
|  | SiteId | 
            Gets or sets Name.
             | 
|  | StopBits | 
                Gets or sets StopBits.
             | 
|  | UsbPid | 
                Gets or sets UsbPid.
             | 
|  | UsbVid | 
                Gets or sets UsbVid.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also