Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 milo 编写一个简单的 OpcUa 客户端,并希望使用多维数组作为值。我必须创建一个ExtensionObject来解码我的矩阵还是有一个属性来存储维度?如果有这样的属性,我该如何访问它?
ExtensionObject
谢谢
克里斯
我监督了VariableNode.getArrayDimensions()和VariableNode.setArrayDimensions()方法。
VariableNode.getArrayDimensions()
VariableNode.setArrayDimensions()