|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public static interface AbstractPhysicalDevice.EPCglobalTagWriteProcessor
TagProcessors should implement this
interface if the device has the capability of modifying the
associated tag's EPC value.
| Method Summary | |
|---|---|
WriteDeviceOpReport |
writeEPC(long[] writeData)
Writes the provided EPC data to the associated tag. |
| Method Detail |
|---|
WriteDeviceOpReport writeEPC(long[] writeData)
throws IOException,
AbstractPhysicalDevice.TagResultException
writeData - a long[2] that contains the EPC data to be written to the associated
tag. This value is either 64, 96, or 128 bits long, stored
"right-justified", i.e. prefaced with 0 bits, within the array. When
writing a 64-bit tag value, writeData[0] equals 0L.
IOException - if there is an IO error attempting to communicate with the device
AbstractPhysicalDevice.TagResultException - if there is an error writing the value to the tag.
See AbstractPhysicalDevice.TagResultException.
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||