Click or drag to resize

EposManagerFindDeviceCommunicationSettings Method

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 static bool FindDeviceCommunicationSettings(
	string eposType,
	string protocolStackName,
	string interfaceName,
	string portName,
	ref int keyHandle,
	ref uint baudrate,
	ref uint timeout,
	ref ushort nodeId
)

Parameters

eposType
Type: SystemString
protocolStackName
Type: SystemString
interfaceName
Type: SystemString
portName
Type: SystemString
keyHandle
Type: SystemInt32
baudrate
Type: SystemUInt32
timeout
Type: SystemUInt32
nodeId
Type: SystemUInt16

Return Value

Type: Boolean
See Also