Skip to content

Commit 45d1501

Browse files
authored
Update README.md
1 parent 6a6e1d4 commit 45d1501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here is the API set to use to interact with the ZWDS service. The numbering sugg
8989
| 4 | [`GET_AVAILABLE_DISPLAYS`](https://github.com/ZebraDevs/mcs_lumos_zwds_samples/blob/da579e684aa5b7cd33c66bfa4b3b686e6f806f04/Engineering_Sample/POC-Sample/app/src/main/java/com/zebra/zwds/engsample/MainActivity.java#L516) | Enumerates nearby receiver endpoints | A list of available displays and the related metadata (e.g. Device name and Address) | No actual display is available |
9090
| 5 | [`CONNECT_WIRELESS_DISPLAY`](https://github.com/ZebraDevs/mcs_lumos_zwds_samples/blob/da579e684aa5b7cd33c66bfa4b3b686e6f806f04/Engineering_Sample/POC-Sample/app/src/main/java/com/zebra/zwds/engsample/MainActivity.java#L192) | Establishes transport channel to selected endpoint, among those listed at point #3 | Connection handle / state events | Timeouts, auth mismatch, target busy |
9191
| 6 | [`STOP_WIRELESS_DISPLAY_SCAN`](https://github.com/ZebraDevs/mcs_lumos_zwds_samples/blob/da579e684aa5b7cd33c66bfa4b3b686e6f806f04/Engineering_Sample/POC-Sample/app/src/main/java/com/zebra/zwds/engsample/MainActivity.java#L162) | Halts discovery to reduce RF + CPU load | Scan cleared | Scan handle lost, race with connection failure |
92-
| 7 | [`GET_STATUS`](https://github.com/NDZL/ZEC500-ZWDS-API-EXERCISER/blob/f499f5019d94e03ec90ff9384e252d945d19132d/all-APIs/src/main/java/com/zebra/pocsampledev/MainActivity.java#L259) | Optional poll connection status | Connection status flag and address are returned | Handshake failure, encryption negotiation error|
92+
| 7 | [`GET_STATUS`](https://github.com/ZebraDevs/mcs_lumos_zwds_samples/blob/da579e684aa5b7cd33c66bfa4b3b686e6f806f04/Engineering_Sample/POC-Sample/app/src/main/java/com/zebra/zwds/engsample/MainActivity.java#L388) | Optional poll connection status | Connection status flag and address are returned | Handshake failure, encryption negotiation error|
9393
| - | User/3rd party apps consume the wireless display connection | --- | --- | Latency spikes, QoS drops |
9494
| 8 | [`DISCONNECT_WIRELESS_DISPLAY`](https://github.com/NDZL/ZEC500-ZWDS-API-EXERCISER/blob/f499f5019d94e03ec90ff9384e252d945d19132d/all-APIs/src/main/java/com/zebra/pocsampledev/MainActivity.java#L211) | Tears down connection gracefully | Resource release | Forced disconnect, leakage on error path |
9595
| 9 | [`DISPLAY CHANGE, CALLBACK OFF`]() | Releases the callback mechanims | --- | |

0 commit comments

Comments
 (0)