public class HidManager extends Object
Factory to provide the following to API consumers:
Constructor and Description |
---|
HidManager() |
Modifier and Type | Method and Description |
---|---|
static HidServices |
getHidServices()
Simple service provider providing generally safe defaults.
|
static HidServices |
getHidServices(HidServicesSpecification hidServicesSpecification)
Fully configurable service provider
|
public static HidServices getHidServices() throws HidException
Simple service provider providing generally safe defaults. If you find you are experiencing problems, particularly
with constrained devices, consider exploring the HidServicesSpecification
options.
HidException
public static HidServices getHidServices(HidServicesSpecification hidServicesSpecification) throws HidException
Fully configurable service provider
hidServicesSpecification
- Provides various parameters for configuring HID servicesHidException
Copyright © 2014–2018 Bitcoin Solutions Ltd. All rights reserved.