opc icon indicating copy to clipboard operation
opc copied to clipboard

read() to get discribe and datatype info

Open pfx546746447 opened this issue 2 years ago • 0 comments

hello, if i want to get opcitem discribe and datatype info v := ole.NewVariant(ole.VT_R4, 0) q := ole.NewVariant(ole.VT_INT, 0) ts := ole.NewVariant(ole.VT_DATE, 0)

how i should add the ole VT TYPE.

pfx546746447 avatar Apr 02 '22 06:04 pfx546746447