SliceO_Frame::Work_TAG_Get

 

This method is used to get a pointer to the "Work_TAG" buffer.  (ID = ID_WORK_TAG).

 

 

Syntax

 

unsigned short ** Work_TAG_Get(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method return a pointer to the Work_TAG Matrix or NULL if the method failed.

 

 

Remarks

 

The actual TAG values are in the lower byte of the unsigned short values.  this leave you 8 bits that you can use in your module.

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also