..
This commit is contained in:
@@ -388,7 +388,7 @@ namespace arDev
|
||||
{
|
||||
//221123 chi 숫자로변경
|
||||
var tagnostr = rcvdNow.Substring(3);
|
||||
if (int.TryParse(tagnostr, out int tagnoint))
|
||||
if (uint.TryParse(tagnostr, out uint tagnoint))
|
||||
{
|
||||
var Changed = !old_TagString.Equals(tagnostr);
|
||||
data.TagString = tagnostr;
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace arDev
|
||||
|
||||
|
||||
public string TagString { get; set; } = string.Empty;
|
||||
public int TagNo { get; set; } = -1;
|
||||
public uint TagNo { get; set; } = 0;
|
||||
public string CallString { get; set; } = string.Empty;
|
||||
public int CallNo { get; set; } = -1;
|
||||
public string CCAString { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user