12:39, EEST
April 3, 2012
If the DataType Attribute is a ByteString then from OPC UA’s perspective it is just a series of bytes. It is a scalar type that consists of an array of bytes that can only be Read/Write completely not in parts (similarly as a String is in programming languages a series of characters). An OPC UA ByteString will map to byte[] in Java. Therefore it can be accessed like any other java array e.g. first element
byte[] bs = (byte[]) dv.getValue().getValue(); //assuming it is a ByteString
byte element0 = bs[0];
Please let me know if my interpretation of your question was wrong.
– Bjarne
Most Users Ever Online: 1919
Currently Online:
20 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 737
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1524
Posts: 6450
Newest Members:
fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettinger, howardkennerleyModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1