change udpData type from list to queue
This commit is contained in:
@@ -2,7 +2,7 @@ using DotNext;
|
||||
|
||||
namespace Common
|
||||
{
|
||||
class NumberProcessor
|
||||
public class NumberProcessor
|
||||
{
|
||||
public static Result<byte[]> NumberToBytes(ulong num, uint length, bool isRightHigh = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user