Updated on 2022-03-13 GMT+08:00

GetData

Function Prototype

std::uint8_t* GetData();

const std::uint8_t* GetData() const;

Function Description

Obtains the pointer to the buffered data.

Parameter Description

None

Return Value

Parameter

Type

Description

-

uint8_t*

Pointer to the buffered data

Exception Handling

Exception

Description

Empty buffer

Returns a null pointer.

Restriction

None