Click or drag to resize

AcquisitionAcquisitionClientConnect(ConnectRequest, CallOptions) Method

Connect to a (additional) card to the service.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual ConnectReply Connect(
	ConnectRequest request,
	CallOptions options
)

Parameters

request  ConnectRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

ConnectReply
The response received from the server.
See Also