API Documentation

NxST_VOLUMETYPE(22) - Volume Update Types


#define Value Comments
Incremental 0
NonIncremental 1
TotalVolume 2
TotalVolumeX100 3

You may use code from a helper header file

You may use the code below in your own program



// example
switch (i)
{
   case nxST_VOLUMETYPE::Incremental:     break;
   case nxST_VOLUMETYPE::NonIncremental:  break;
   case nxST_VOLUMETYPE::TotalVolume:     break;
   case nxST_VOLUMETYPE::TotalVolumeX100: break;
}