 | EposUtilDotNetGetFirmwareVersion 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 bool GetFirmwareVersion(
ref ushort hardwareVersion,
ref ushort softwareVersion,
ref ushort applicationNumber,
ref ushort applicationVersion,
ref uint errorCode
)
public:
bool GetFirmwareVersion(
unsigned short% hardwareVersion,
unsigned short% softwareVersion,
unsigned short% applicationNumber,
unsigned short% applicationVersion,
unsigned int% errorCode
)
Parameters
- hardwareVersion
- Type: SystemUInt16
- softwareVersion
- Type: SystemUInt16
- applicationNumber
- Type: SystemUInt16
- applicationVersion
- Type: SystemUInt16
- errorCode
- Type: SystemUInt32
Return Value
Type:
Boolean
See Also