Struct SpinnakerNET::GenApi::Version¶
ClassList > SpinnakerNET > GenApi > Version
Version information.
#include <Version.h>
Public Attributes¶
| Type | Name |
|---|---|
| property __int16 | Major a is incompatible with b if a != b. |
| property __int16 | Minor a is incompatible b a > b. |
| property __int16 | SubMinor a is aways compatible with b. |
Public Functions¶
| Type | Name |
|---|---|
| virtual System::String | ToString () override Gets the string representation of this object. |
| Version (__int16 major, __int16 minor, __int16 subMinor) Constructs a version information. |
Public Attributes Documentation¶
variable Major¶
a is incompatible with b if a != b.
variable Minor¶
a is incompatible b a > b.
variable SubMinor¶
a is aways compatible with b.
Public Functions Documentation¶
function ToString¶
Gets the string representation of this object.
<return>System.System::String containing version.</return>
function Version¶
Constructs a version information.
Parameters:
majorMajor version number.minorMinor version number.subMinorSub-minor version number.
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Version.h