BLESearchOption
Bluetooth Low Energy search option.
Overview
You use this object with PrinterSearcher
to control search function.
Instance methods
BLESearchOption
Initialize this class with searchDuration.
Declaration
public BLESearchOption(double searchDurationSecond)
Parameters
Name | Type | Description |
---|---|---|
searchDurationSecond | double | Time to perform the search in seconds |
Return Value
An instance of this class.
Properties
searchDuration
Time to perform the search in seconds.
Declaration
public double getSearchDurationSecond();