_start = _pos;
_resetScnRegress = false;
try
{
_curEvent = (DbusEventInternalWritable)_curEvent.reset(_readBuffer, _pos);
final EventScanStatus eventScanStatus = _curEvent.scanEvent(false);
switch (eventScanStatus)
{
case PARTIAL:
{
_scanStatus = ReadEventsScanStatus.PARTIAL_EVENT;