.. _protocols_packetizer_classes_coreV2: ====== CoreV2 ====== ``CoreV2`` is the packetizer v2 wiring object with CRC configuration controls for inbound and outbound processing. This page is reference-only; for integration guidance see :doc:`/built_in_modules/protocols/packetizer/coreV2`. Python binding -------------- This C++ class is also exported into Python as ``rogue.protocols.packetizer.CoreV2``. Python API page: - :doc:`/api/python/rogue/protocols/packetizer/corev2` objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::protocols::packetizer::CoreV2Ptr The class description is shown below: .. doxygenclass:: rogue::protocols::packetizer::CoreV2 :members: