Hi experts,
I am cooking my own CC3120 host side driver... Now, I can receive NetApp Request (SL_OPCODE_NETAPP_REQUEST) from CC3120 after enter "10.123.45.1/test?x=5" in browser. That's great. Then, I want to parse the payload data in the request. According to Table 9-22. TLV Structure in Section 9.7.1 Metadata (TLVs) Description in programmer's guide (SWRU455L), the Length includes the size of Length, Type and Value fields. But, according to my test, it doesn't. It only include the size of Value field.
So, the question is, is the programmer's guide wrong or my understand is incorrect?