BaseContext :: state3 - Context state3 property
The context state3() can be set to any 16-bit integer value. Context states are not used by the system but are reserved for the application.
Return value:  Context state ( int16  )
The meaning of context states is defined by the application. The valid range for context states is from -32,768 to 32,767 (16 bit).
Implementation overview
- Get context state
 BaseContext :: state3 (  )
- Set context state value
 BaseContext :: state3 ( iContextState )
Implementation details
- 
Get context state
 int16 BaseContext  :: state3 (  )
 The function returns the value for current context state, to list
- 
Set context state value
 int16 BaseContext  :: state3 ( int16 iContextState )
 The function sets the context state to the value passed in iUserState. - iContextState
 - Context state
The meaning of context states is defined by the application. The valid range for context states is from -32,768 to 32,767 (16 bit). 
 to list
- iContextState
 - Context state

