Skip to content

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.

property __int16 SpinnakerNET::GenApi::Version::Major;


variable Minor

a is incompatible b a > b.

property __int16 SpinnakerNET::GenApi::Version::Minor;


variable SubMinor

a is aways compatible with b.

property __int16 SpinnakerNET::GenApi::Version::SubMinor;


Public Functions Documentation

function ToString

Gets the string representation of this object.

inline virtual System::String SpinnakerNET::GenApi::Version::ToString () override

<return>System.System::String containing version.</return>


function Version

Constructs a version information.

inline SpinnakerNET::GenApi::Version::Version (
    __int16 major,
    __int16 minor,
    __int16 subMinor
) 

Parameters:

  • major Major version number.
  • minor Minor version number.
  • subMinor Sub-minor version number.


The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Version.h