GetDataType / Bug Fixes
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.