mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 22:48:42 +00:00
removed unsafe
This commit is contained in:
@@ -65,7 +65,7 @@ public struct Tdu
|
||||
}
|
||||
|
||||
public Tdu(TduIdentifier identifier,
|
||||
byte[] data, ulong length, Tru metadata, EpConnection connection)
|
||||
byte[]? data, ulong length, Tru? metadata, EpConnection? connection)
|
||||
{
|
||||
Identifier = identifier;
|
||||
//Index = (byte)identifier & 0x7;
|
||||
|
||||
Reference in New Issue
Block a user