Skip to content

GetDataType / Bug Fixes

Compare
Choose a tag to compare
@jmbeach jmbeach released this 13 Mar 01:56
· 72 commits to master since this release

Added the function GetDataType to the IClient (and UA and DA) class. Now you can get the C# data type of a tag using _client.GetDataType(tagName);

This function allowed me to correct an issue in h-opc-cli where writing a tag was malfunctioning with BadTypeMismatch.