Download Winford Engineering ETH32 API Version 2 Documentation

Transcript
www.winford.com
Winford Engineering ETH32 API Version 2 Documentation
Remarks
The event queue size that is considered full is defined by the EventQueueLimit Property.
See Also
EventQueueLimit Property
FirmwareMajor Property
Public Property FirmwareMajor As Long
Summary
This read-only property retrieves the "major" portion of the firmware version number from the device. The
firmware version consists of a major number and minor number. When displayed as a string, it is typically
formatted as major.minor with minor zero-padded to three digits if necessary. For example, for release
2.001, the major number is 2 and the minor number is 1.
Parameters
This property does not have any parameters.
Value
This property is a Long. Its value is the major number of the firmware version.
See Also
FirmwareMinor Property
FirmwareMinor Property
Public Property FirmwareMinor As Long
Summary
This read-only property retrieves the "minor" portion of the firmware version number from the device. The
firmware version consists of a major number and minor number. When displayed as a string, it is typically
formatted as major.minor with minor zero-padded to three digits if necessary. For example, for release
2.001, the major number is 2 and the minor number is 1.
Parameters
This property does not have any parameters.
202