Version Property
Description
Returns the current Epson RC+ 8.0 software version.
Syntax
ReadOnly Property Version As String
Return Value
String that contains the current Epson RC+ 8.0 software version.
Version Example
VB Example:
' Get version of software
curVer = m_spel.Version
C# Example:
// Get version of software
curVer = m_spel.Version;