eapol/eapol_framework/eapol_common/type/simple_config/simple_config/include/simple_config_tlv_header.h
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
child 49 43351a4f2da3
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
   113 	u16_t get_data_length() const;
   113 	u16_t get_data_length() const;
   114 
   114 
   115 	/**
   115 	/**
   116 	 * This function returns the header length of TLV.
   116 	 * This function returns the header length of TLV.
   117 	 */
   117 	 */
   118 	static u32_t get_header_length();
   118 	EAP_FUNC_IMPORT static u32_t get_header_length();
   119 
   119 
   120 	/**
   120 	/**
   121 	 * This function returns pointer to the offset of data of TLV.
   121 	 * This function returns pointer to the offset of data of TLV.
   122 	 * @param offset is the offset of queried data in bytes.
   122 	 * @param offset is the offset of queried data in bytes.
   123 	 * @param contignuous_bytes is the length of queried data in bytes.
   123 	 * @param contignuous_bytes is the length of queried data in bytes.