Click or drag to resize

EposManagerCommunicationSettings Constructor

Namespace:  LynceeTec.EposDotNet
Assembly:  LynceeTec.EposDotNet (in LynceeTec.EposDotNet.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:35 UTC
Syntax
public CommunicationSettings(
	EposType eposType,
	string protocolStackName,
	string interfaceName,
	string portName,
	int keyHandle,
	uint baudrate,
	uint timeout,
	ushort nodeId,
	string serialNumber
)

Parameters

eposType
Type: LynceeTec.InterfacesEposType
protocolStackName
Type: SystemString
interfaceName
Type: SystemString
portName
Type: SystemString
keyHandle
Type: SystemInt32
baudrate
Type: SystemUInt32
timeout
Type: SystemUInt32
nodeId
Type: SystemUInt16
serialNumber
Type: SystemString
See Also