 | EposManagerFindDeviceCommunicationSettings Method |
Namespace: LynceeTec.EposDotNetAssembly: LynceeTec.EposDotNet (in LynceeTec.EposDotNet.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:46 UTC
Syntaxpublic static bool FindDeviceCommunicationSettings(
string eposType,
string protocolStackName,
string interfaceName,
string portName,
ref int keyHandle,
ref uint baudrate,
ref uint timeout,
ref ushort nodeId
)
public:
static bool FindDeviceCommunicationSettings(
String^ eposType,
String^ protocolStackName,
String^ interfaceName,
String^ portName,
int% keyHandle,
unsigned int% baudrate,
unsigned int% timeout,
unsigned short% nodeId
)
Parameters
- eposType String
-
- protocolStackName String
-
- interfaceName String
-
- portName String
-
- keyHandle Int32
-
- baudrate UInt32
-
- timeout UInt32
-
- nodeId UInt16
-
Return Value
Boolean
See Also