|
|
@ -1198,9 +1198,24 @@ ClientReportControlBlock_setGI(ClientReportControlBlock self, bool gi);
|
|
|
|
bool
|
|
|
|
bool
|
|
|
|
ClientReportControlBlock_getPurgeBuf(ClientReportControlBlock self);
|
|
|
|
ClientReportControlBlock_getPurgeBuf(ClientReportControlBlock self);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* \brief Set the "PurgeBuf" attribute value (only BRCB)
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* When set to true the report buffer will be cleared.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* \param purgeBuf attribute value
|
|
|
|
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
void
|
|
|
|
ClientReportControlBlock_setPurgeBuf(ClientReportControlBlock self, bool purgeBuf);
|
|
|
|
ClientReportControlBlock_setPurgeBuf(ClientReportControlBlock self, bool purgeBuf);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* \brief Check if optional attribute "ResvTms" is present in BRCB
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* \return true when present, false otherwise
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
bool
|
|
|
|
|
|
|
|
ClientReportControlBlock_hasResvTms(ClientReportControlBlock self);
|
|
|
|
|
|
|
|
|
|
|
|
int16_t
|
|
|
|
int16_t
|
|
|
|
ClientReportControlBlock_getResvTms(ClientReportControlBlock self);
|
|
|
|
ClientReportControlBlock_getResvTms(ClientReportControlBlock self);
|
|
|
|
|
|
|
|
|
|
|
|