mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
change int to UInt64 for these properties
This commit is contained in:
parent
81cb4bc8d6
commit
502aa68bb7
2 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ namespace WinUI
|
|||
public string Address { get; set; }
|
||||
|
||||
[JsonProperty("lastUnicastFrame")]
|
||||
public int LastUnicastFrame { get; set; }
|
||||
public UInt64 LastUnicastFrame { get; set; }
|
||||
|
||||
[JsonProperty("lastMulticastFrame")]
|
||||
public int LastMulticastFrame { get; set; }
|
||||
public UInt64 LastMulticastFrame { get; set; }
|
||||
|
||||
[JsonProperty("versionMajor")]
|
||||
public int VersionMajor { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue