link start!
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.tridium.opc.jni.client.da;
|
||||
|
||||
public interface BrowseResult {
|
||||
int getDataType();
|
||||
|
||||
String getId();
|
||||
|
||||
OpcItem getItem(OpcItemProperties opcItemProperties);
|
||||
|
||||
String getName();
|
||||
|
||||
boolean isItem();
|
||||
|
||||
boolean isReadable();
|
||||
|
||||
boolean isWritable();
|
||||
}
|
||||
Reference in New Issue
Block a user