diff --git a/applications/BlissEthernetManager/BlissEthernetManager.md b/applications/BlissEthernetManager/BlissEthernetManager.md index e14e5446..966d2691 100644 --- a/applications/BlissEthernetManager/BlissEthernetManager.md +++ b/applications/BlissEthernetManager/BlissEthernetManager.md @@ -71,7 +71,7 @@ ADB Interface: ``` -adb shell service call blissethernet +adb shell service call blissethernet ``` @@ -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 '........')` \ No newline at end of file + `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`