// Query function - client flexray buffer updation status (OFF/ON)
BOOL CFrameProcessor_CAN::FPC_IsClientCANBufON(void)
{
    return IsClientBufferON();
}
// Query function - client flexray buffer updation status (OFF/ON)
BOOL CFrameProcessor_LIN::FPL_IsClientLINBufON(void)
{
    return IsClientBufferON();
}