Click or drag to resize

Acquisition.AcquisitionClient.GetConnectedCardsAsync(ConnectedCardsRequest, Metadata, Nullable<DateTime>, CancellationToken) Method

Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
public virtual AsyncUnaryCall<ConnectedCardsReply> GetConnectedCardsAsync(
	ConnectedCardsRequest request,
	Metadata headers = null,
	DateTime? deadline = null,
	CancellationToken cancellationToken = default
)

Parameters

request  ConnectedCardsRequest
The request to send to the server.
headers  Metadata  (Optional)
The initial metadata to send with the call. This parameter is optional.
deadline  Nullable<DateTime>  (Optional)
An optional deadline for the call. The call will be cancelled if deadline is hit.
cancellationToken  CancellationToken  (Optional)
An optional token for canceling the call.

Return Value

AsyncUnaryCall<ConnectedCardsReply>
The call object.
See Also