Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehabhussein authored Aug 7, 2020
1 parent 9b92b4c commit 361913a
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
1. [Releasing the device back to the system ✔️](#release)
1. [Parse, search , show and replay usblyzer capture ❌](#usblyzer)
1. [Reset the device ✔️](#reset)
1. [Show device information](#devinfo)
1. [Show device Interfaces information ✔️](#devinfo)
1. [Help ✔️](#Help)
- [Summary of methods ✔️](#All-methods)
- [Help for a method ✔️](#Method-help)
Expand Down Expand Up @@ -805,6 +805,37 @@ In [9]: agfs.device.reset()

---

### Show device Interfaces information

<a name="devinfo"/>

```python3
In [6]: agfs.help("deviceInterfaces")
****
[+]Help for deviceInterfaces Method:
[-]Signature: deviceInterfaces(self)


[+]deviceInterfaces Help:
get all interfaces and endpoints on the device
****

In [7]: agfs.deviceInterfaces()
Configuration 1
INTERFACE 0: Human Interface Device
ENDPOINT 0x85: Interrupt IN
INTERFACE 1: Human Interface Device
ENDPOINT 0x81: Interrupt IN
ENDPOINT 0x2: Interrupt OUT
INTERFACE 2: Human Interface Device
ENDPOINT 0x83: Interrupt IN
ENDPOINT 0x4: Interrupt OUT
```

- [Go Back](#autogadgetfs-tutorial)

---

<a name="Help"/>

### Help
Expand Down

0 comments on commit 361913a

Please sign in to comment.