This commit is contained in:
2026-07-09 18:12:34 +03:00
parent 0f4303bffd
commit 91d9c5d959
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -41,6 +41,8 @@ public static class DataSerializer
}
}
public static Tdu UInt32Composer(object value, Warehouse warehouse, EpConnection connection)
{
var v = (uint)value;
@@ -977,6 +979,11 @@ public static class DataSerializer
(uint)rt.Count, new TruComposite(truIdentifier, false, trus, value.GetType()), connection);
}
public static Tdu TypeDefComposer(object value, Warehouse warehouse, EpConnection connection)
{
}
}
+1 -1
View File
@@ -61,6 +61,6 @@ namespace Esiur.Data
TypeContinuation = 0xC0,
TypeOfTarget = 0xC1,
TypeDef = 0xC2,
}
}