|
|
uint16_t | GetLength (void) const |
| | This method returns the Length value.
|
| |
| void | SetLength (uint16_t aLength) |
| | This method sets the Length value. More...
|
| |
|
| Tlv (void) |
| | Default constructor.
|
| |
| uint8_t | GetType (void) const |
| | This method returns the Type value. More...
|
| |
| void | SetType (uint8_t aType) |
| | This method sets the Type value. More...
|
| |
| uint8_t | GetLength (void) const |
| | This method returns the Length value. More...
|
| |
| void | SetLength (uint8_t aLength) |
| | This method sets the Length value. More...
|
| |
| uint8_t | GetSize (void) const |
| | This method returns the total size including Type, Length, and Value fields. More...
|
| |
| uint8_t * | GetValue (void) |
| | This method returns a pointer to the Value. More...
|
| |
| const uint8_t * | GetValue (void) const |
| | This method returns a pointer to the Value. More...
|
| |
| Tlv * | GetNext (void) |
| | This method returns a pointer to the next TLV. More...
|
| |
| const Tlv * | GetNext (void) const |
| | This method returns a pointer to the next TLV. More...
|
| |
§ SetLength()
| void ot::ExtendedTlv::SetLength |
( |
uint16_t |
aLength | ) |
|
|
inline |
This method sets the Length value.
- Parameters
-
| [in] | aLength | The Length value. |
The documentation for this class was generated from the following file: