Package com.zebra.barcode.sdk
Class BinaryDataEventArgs
java.lang.Object
com.zebra.barcode.sdk.BinaryDataEventArgs
Represents information related to the binary data event.
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryDataEventArgs
(byte[] binaryData) Parameterized constructor handling the captured binary data event -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Get binary data from binary dara received
-
Constructor Details
-
BinaryDataEventArgs
public BinaryDataEventArgs(byte[] binaryData) Parameterized constructor handling the captured binary data event
-
-
Method Details
-
getBinaryData
public byte[] getBinaryData()Get binary data from binary dara received- Returns:
- Binary data
-