2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 12:43:17 +00:00
This commit is contained in:
2025-08-26 06:12:59 +03:00
parent 4a7070ee6e
commit dde86c9af7
8 changed files with 60 additions and 45 deletions

View File

@@ -131,6 +131,10 @@ class IIPPacket : Packet
offset += (uint)size;
}
else
{
DataType = null;
}
return offset - originalOffset;
}