Return to previous page Return to menu Go to next page

7.1 Basic data
  Title  
Data specifications
  Data  
Basic data
  Data Name  
No
1.0

(1) Basic data type

        The basic data structure is listed below.

         Type name 
         Description 
         Uint8 
         Unsigned 1-byte integer 
         Sint8 
         signed 1-byte integer 
         Uint16 
         Unsigned 2-byte integer 
         Sint16 
         signed 2-byte integer 
         Uint32 
         Unsigned 4-byte integer 
         Sint32 
         signed 4-byte integer 
         Bool 
         Logical 4-byte integer 

(2) Logical type constant

        Used as a logical type (Bool) value.

         constant name 
         value 
         Description 
         FALSE 
         0 
         Boolean false 
         TRUE 
         1 
         Boolean true 

(3) Null pointer

         constant name 
         value 
         Description 
         NULL 
         (void *) 0 
         Null pointer 


Return to previous page Return to menu Go to next page