Joe, Just had a question about the Identification Message in the LLRP classes. The spec says that if you are using a MAC address, it should be encoded as EUI-64. Your addReaderIDElement() method takes in a byte. I am assuming that all I need to do is add each individual number in the mac address individually. For example, aa.bb.cc.dd.ee.ff would be added as:
id.addReaderIDElement(aa); id.addReaderIDElement(bb); id.addReaderIDElement(cc); id.addReaderIDElement(dd); id.addReaderIDElement(ee); id.addReaderIDElement(ff); Is this correct? Thanks, Kyle ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
