|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbInterfaceOsImp
UsbInterface platform implementation.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |