Click or drag to resize

EposManagerCommunicationSettings Constructor

Initializes a new instance of the EposManagerCommunicationSettings class

Namespace: LynceeTec.EposDotNet
Assembly: LynceeTec.EposDotNet (in LynceeTec.EposDotNet.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:46 UTC
Syntax
public CommunicationSettings(
	EposType eposType,
	string protocolStackName,
	string interfaceName,
	string portName,
	int keyHandle,
	uint baudrate,
	uint timeout,
	ushort nodeId,
	string serialNumber
)

Parameters

eposType  EposType
 
protocolStackName  String
 
interfaceName  String
 
portName  String
 
keyHandle  Int32
 
baudrate  UInt32
 
timeout  UInt32
 
nodeId  UInt16
 
serialNumber  String
 
See Also