request<T> abstract method

Future<T> request<T>(
  1. ZwRequest<T> request
)

Send the specified request to the device and return a future that completes when the operation is complete.

Implementation

Future<T> request<T>(ZwRequest<T> request);