 | EposManagerCommunicationSettings Constructor |
Namespace:
LynceeTec.EposDotNet
Assembly:
LynceeTec.EposDotNet (in LynceeTec.EposDotNet.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:35 UTC
Syntaxpublic CommunicationSettings(
EposType eposType,
string protocolStackName,
string interfaceName,
string portName,
int keyHandle,
uint baudrate,
uint timeout,
ushort nodeId,
string serialNumber
)
public:
CommunicationSettings(
EposType eposType,
String^ protocolStackName,
String^ interfaceName,
String^ portName,
int keyHandle,
unsigned int baudrate,
unsigned int timeout,
unsigned short nodeId,
String^ serialNumber
)
Parameters
- eposType
- Type: LynceeTec.InterfacesEposType
- protocolStackName
- Type: SystemString
- interfaceName
- Type: SystemString
- portName
- Type: SystemString
- keyHandle
- Type: SystemInt32
- baudrate
- Type: SystemUInt32
- timeout
- Type: SystemUInt32
- nodeId
- Type: SystemUInt16
- serialNumber
- Type: SystemString
See Also