Skip to content

Commit

Permalink
Update BlissEthernetManager.md with setIpAddress example
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus authored Jun 26, 2024
1 parent 87eb8f9 commit 6908353
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions applications/BlissEthernetManager/BlissEthernetManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ADB Interface:


```
adb shell service call blissethernet <code> <parameters>
adb shell service call blissethernet <code> <type parameter>
```


Expand All @@ -88,6 +88,8 @@ Examples:


1. getAvaliableInterfaces:
2. `x86_64:/ # service call blissethernet 1 s16 eth0 Result: Parcel( 0x00000000: 00000000 00000002 00000004 00740065 '............e.t.' 0x00000010: 00300068 00000000 00000004 00740065 'h.0.........e.t.' 0x00000020: 00310068 00000000 'h.1..... ')`
3. isAvaliable:
4. `x86_64:/ # service call blissethernet 2 s16 eth0 Result: Parcel(00000000 00000001 '........')`
`x86_64:/ # service call blissethernet 1 s16 eth0 Result: Parcel( 0x00000000: 00000000 00000002 00000004 00740065 '............e.t.' 0x00000010: 00300068 00000000 00000004 00740065 'h.0.........e.t.' 0x00000020: 00310068 00000000 'h.1..... ')`
2. isAvaliable:
`x86_64:/ # service call blissethernet 2 s16 eth0 Result: Parcel(00000000 00000001 '........')`
3. setIpAddress:
`x86_64:/ # service call blissethernet 10 s16 eth1 s16 10.1.1.112/24`

0 comments on commit 6908353

Please sign in to comment.