...
GetVersionNumber() As Integer
Returns the three most significant version number numbers of the BrightSign firmware running on the device in comparable numeric form: major*65536 + minor*256 + build
Warning | ||
---|---|---|
| ||
The return value for the |
FirmwareIsAtLeast(version As String) As Boolean
Returns True if the BrightSign firmware version on the device is less than or equal to the version number represented by the passed string (e.g. "4.0.13").
GetBootVersion() As String
...
GetBootVersionNumber() As Integer
Returns the three most significant version number numbers of the BrightSign boot firmware, also known as "safe mode," in comparable numeric form: major*65536 + minor*256 + build
FirmwareIsAtLeast(version As String) As Boolean
Returns True if the BrightSign firmware version on the device is less than or equal to the version number represented by the passed string (e.g. "6.0.1").
Warning | ||
---|---|---|
| ||
The return value for the |
BootFirmwareIsAtLeast(version As String) As Boolean
...