38 const int searchOffset = 2048)
40 const auto memory =
reinterpret_cast<uint8_t*
>(
this);
42 for (
int i = 0; i < searchOffset; ++i)
44 if (std::memcmp(memory + i, target.data(),
sizeof(uint32_t) * 4) == 0)
55 void sendSegmentEvent();
57 bool informationMonitorStartSpi(uint32_t timeInterval);
58 bool positionSpi(int64_t* pos);
59 int32_t GetPlayInfo(int64_t* currPosition);