Trigger continuous scan at given interval but introduce a pause after a write
operation to allow the device time to process data without having to respond
to further enumeration requests.
public static finalScanModeSCAN_AT_FIXED_INTERVAL_WITH_PAUSE_AFTER_WRITE
Trigger continuous scan at given interval but introduce a pause after a write
operation to allow the device time to process data without having to respond
to further enumeration requests.
This can be a useful strategy for handling devices with constrained processing
power and/or limited USB stacks.
Note this will affect the time to generate a device attach/detach event since
scanning will be paused.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.