frekans50
⁹⁸⁷⁶⁵⁴³²¹⁰
- Katılım
- 8 Ekim 2022
- Mesajlar
- 1,134
GitHub - benlypan/UsbHid: A custom usb hid library for Android
A custom usb hid library for Android. Contribute to benlypan/UsbHid development by creating an account on GitHub.
String cihaz;
String VID="VID:0x0483";
String PID="PID:0x5720";
cihaz=event.getData();
if (cihaz.includes(VID)<0){
MyDisplay.setText(event.getData() +"!!! Bizim cihaz !!!!");
}
error: cannot find symbol
if (cihaz.includes(VID)<0){
^
symbol: method includes(String)
location: variable cihaz of type String