You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Here is the API set to use to interact with the ZWDS service. The numbering sugg
89
89
| 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 |
90
90
| 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 |
91
91
| 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|
0 commit comments