public interface UsbInterfaceOsImp
| Modifier and Type | Method and Description |
|---|---|
void |
claim()
Claim this interface.
|
void |
claim(UsbInterfacePolicy policy)
Claim this interface using a UsbInterfacePolicy.
|
boolean |
isClaimed()
Indicate if this interface is claimed.
|
void |
release()
Release this interface.
|
void claim()
throws UsbException
UsbException - if the interface could not be claimed.void claim(UsbInterfacePolicy policy) throws UsbException
policy - The UsbInterfacePolicy.UsbException - if the interface could not be claimed.void release()
throws UsbException
UsbException - If the interface could not be released.boolean isClaimed()
The claim must represent at least Java claims
and depending on implementation may represent native platform claims.
Copyright © 2014 LSST. All Rights Reserved.