Click or drag to resize

IReadOnlyPosCatConfigurationComplexEntityMember Interface

Complex member storing POS CAT configuration data.

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options.Pos
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyPosCatConfigurationComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyPosCatConfigurationComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyBaudRate
Gets the BaudRate member value
Public propertyCaption
Gets the Caption member value
Public propertyConnectionPortName
Gets the ConnectionPortName member value
Public propertyDatabits
Gets the Databits member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyHandshake
Gets the Handshake member value
Public propertyParity
Gets the Parity member value
Public propertyStopBits
Gets the StopBits member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also