mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
TransmissionTypeIdentifier
This commit is contained in:
@ -57,7 +57,16 @@ namespace Test
|
||||
{
|
||||
static async Task Main(string[] args)
|
||||
{
|
||||
var rp = RepresentationType.FromType(typeof(IMyRecord));
|
||||
|
||||
|
||||
var x = new uint[] {1,2};// new byte[1024];
|
||||
// var rr = DC.ToHex(Codec.Compose(aa, null));
|
||||
var y = Codec.Compose(x, null);
|
||||
var rr = DC.ToHex(y);
|
||||
|
||||
Console.WriteLine(rr);
|
||||
|
||||
var rp = RepresentationType.FromType(x.GetType());
|
||||
|
||||
var hhhh = Warehouse.GetTemplateByType(typeof(IMyRecord));
|
||||
|
||||
|
Reference in New Issue
Block a user