mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-30 17:30:40 +00:00
TypeDef
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -61,6 +61,6 @@ namespace Esiur.Data
|
||||
|
||||
TypeContinuation = 0xC0,
|
||||
TypeOfTarget = 0xC1,
|
||||
|
||||
TypeDef = 0xC2,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user