Changes

no edit summary
Line 55: Line 55:  
*#Data Size – size of the data we are interested in.
 
*#Data Size – size of the data we are interested in.
 
*#Action – two actions are possible: Match and Save. Match means that we want to perform a validation of certain data. Save means that we want to get certain data and later save it to an AVL record.
 
*#Action – two actions are possible: Match and Save. Match means that we want to perform a validation of certain data. Save means that we want to get certain data and later save it to an AVL record.
*#IO – tells which IO element's data will be saved to. Possible choices for IO elements will be described later in the chapter. '''Used only with Save action.'''
+
*#IO – tells which IO element's data will be saved to. '''Used only with Save action.'''
 
*#Match – hex string to be matched with BLE sensor data. '''Used only with Match action.'''
 
*#Match – hex string to be matched with BLE sensor data. '''Used only with Match action.'''
 
*#Endianness – endianness of data: little endian (ex. 0x1122) or big endian (ex. 0x2211). '''Used only with Save action.'''
 
*#Endianness – endianness of data: little endian (ex. 0x1122) or big endian (ex. 0x2211). '''Used only with Save action.'''

Navigation menu