ClassID not getting resolved #56
rajshaswat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kevin
i am trying to use the library and use the example given by you
i am able to connect with the device.
but in below code CalssID is not getting resolved is any changes is required?
GetAttributeListService service = new GetAttributeListService(
new PaddedEPath(new ClassId(0x01), new InstanceId(0x01)),
new int[]{4},
new int[]{2}
);
Beta Was this translation helpful? Give feedback.
All reactions