 | EposManagerFindSubDeviceCommunicationSettings 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 FindSubDeviceCommunicationSettings(
int keyHandle,
string subDeviceEposType,
string subDeviceProtocolStackName,
ref int subDeviceKeyHandle,
ref uint baudrate,
ushort nodeId
)
public:
static bool FindSubDeviceCommunicationSettings(
int keyHandle,
String^ subDeviceEposType,
String^ subDeviceProtocolStackName,
int% subDeviceKeyHandle,
unsigned int% baudrate,
unsigned short nodeId
)
Parameters
- keyHandle Int32
-
- subDeviceEposType String
-
- subDeviceProtocolStackName String
-
- subDeviceKeyHandle Int32
-
- baudrate UInt32
-
- nodeId UInt16
-
Return Value
Boolean
See Also