 | 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
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
- 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