public class SpatialConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
DirectionConfig |
getDirection()
Gets the reader's direction configuration.
|
LocationConfig |
getLocation()
Gets the reader's location configuration.
|
SpatialMode |
getMode()
Tracks the mode (Inventory, Location, or Direction) the reader with location or direction role capabilities is currently in.
|
PlacementConfig |
getPlacement()
Gets the reader's placement configuration.
|
void |
setDirection(DirectionConfig direction)
Sets the reader's direction configuration.
|
void |
setLocation(LocationConfig location)
Sets the reader's location configuration.
|
void |
setMode(SpatialMode mode)
Sets the mode (Inventory, Location, or Direction) the reader with location or direction role capabilities is currently in.
|
void |
setPlacement(PlacementConfig placement)
Sets the reader's placement configuration.
|
public SpatialMode getMode()
public void setMode(SpatialMode mode)
mode
- the desired SpatialMode to be used.public PlacementConfig getPlacement()
public void setPlacement(PlacementConfig placement)
placement
- the desired placement configuration.public LocationConfig getLocation()
public void setLocation(LocationConfig location)
location
- the desired location configuration.public DirectionConfig getDirection()
public void setDirection(DirectionConfig direction)
direction
- the desired direction configuration.