Map LInt/ULInt to DriverDataType.Int64/UInt64 instead of truncating to Int32. AdsTwinCATClient.MapToClrType already returns long/ulong so the wire-level read returns the correct boxed types. Closes #305
Map LInt/ULInt to DriverDataType.Int64/UInt64 instead of truncating to Int32. AdsTwinCATClient.MapToClrType already returns long/ulong so the wire-level read returns the correct boxed types. Closes #305