Hello,
 
In the native code of the driver, the file "JavaxUsbTopologyUpdater.c", 
 
I am not able to understand the bolded parameters below which are passed to 
function "CheckedGetStaticMethodID"
 
1) jmethodID createUsbHubImp = CheckedGetStaticMethodID( env, JavaxUsb, 
"createUsbHubImp", "(Ljava/lang/String;I)Lcom/ibm/jusb/UsbHubImp;" );
 
2) jmethodID configureUsbDeviceImp = CheckedGetStaticMethodID( env, JavaxUsb, 
"configureUsbDeviceImp", "(Lcom/ibm/jusb/UsbDeviceImp;BBBBBBBBBBSSSSI)V" );
 
3) createUsbConfigurationImp = CheckedGetStaticMethodID( env, JavaxUsb, 
"createUsbConfigurationImp", 
"(Lcom/ibm/jusb/UsbDeviceImp;BBSBBBBB)Lcom/ibm/jusb/UsbConfigurationImp;" );
 
4) jmethodID createUsbInterfaceImp = CheckedGetStaticMethodID( env, JavaxUsb, 
"createUsbInterfaceImp", 
"(Lcom/ibm/jusb/UsbConfigurationImp;BBBBBBBBB)Lcom/ibm/jusb/UsbInterfaceImp;" );
 
5) jmethodID createUsbEndpointImp = CheckedGetStaticMethodID( env, JavaxUsb, 
"createUsbEndpointImp", 
"(Lcom/ibm/jusb/UsbInterfaceImp;BBBBBS)Lcom/ibm/jusb/UsbEndpointImp;" );
 
 
What are these strings represents? 
Please clarify
 
Regards
Vijay
 
 
_________________________________________________________________
Palate Teasers: Straight from Master Chef!
http://content.msn.co.in/Lifestyle/Moreonlifestyle/LifestylePT_101106_1530.htm
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to