NET_SDK_TLV_BUFFER_DESC¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
TLV buffer description.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| ucID | unsigned char | 1B, data ID, defined by the application. |
| ucVersion | unsigned char | 1B, data version, defined by the application. |
| usNumber | unsigned short | 2B, unit quantity, maximum 65535. |
| dwSize | unsigned int | 4B, single information size, total length = usNumber*dwSize. |