AcquisitionAcquisitionClientDiscoverAsync(DiscoverRequest, CallOptions) Method |
Discovers all cards connected to the PC running the service and on the service PC's network.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual AsyncUnaryCall<DiscoverReply> DiscoverAsync(
DiscoverRequest request,
CallOptions options
)
Parameters
- request DiscoverRequest
- The request to send to the server.
- options CallOptions
- The options for the call.
Return Value
AsyncUnaryCallDiscoverReplyThe call object.
See Also