-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I tried with below code.
PLCData<char> devices = new(PlcDeviceType.W, 0x100, 256);
devices.ReadData();
StringBuilder sb = new();
for (int i = 0; i < 160; i++)
{
sb.Append(devices[i]);
}
sb.ToString();However, I get "McProtocol.PLCData`1[System.Char]".
How can I get the string?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels