Package com.zebra.barcode.sdk
Class ContextAddress
java.lang.Object
com.zebra.barcode.sdk.ContextAddress
Represent context address of the scanner in a scanner tree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContextAddresscreate()Create a context addressstatic ContextAddresscreate(ContextAddress parentContextAddress, short hopNumber) Create a context address
-
Constructor Details
-
ContextAddress
public ContextAddress()
-
-
Method Details
-
create
Create a context address- Returns:
- Context address
-
create
Create a context address- Parameters:
parentContextAddress- Parent context addresshopNumber- Hop number of the intended scanner- Returns:
- Context address
-