 | EposManagerFindSubDeviceCommunicationSettings Method |
Namespace:
LynceeTec.EposDotNet
Assembly:
LynceeTec.EposDotNet (in LynceeTec.EposDotNet.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:35 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
- Type: SystemInt32
- subDeviceEposType
- Type: SystemString
- subDeviceProtocolStackName
- Type: SystemString
- subDeviceKeyHandle
- Type: SystemInt32
- baudrate
- Type: SystemUInt32
- nodeId
- Type: SystemUInt16
Return Value
Type:
Boolean
See Also