Click or drag to resize

AcquisitionAcquisitionBaseGetConnectedCards 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.1.1
Syntax
C#
public virtual Task<ConnectedCardsReply> GetConnectedCards(
	ConnectedCardsRequest request,
	ServerCallContext context
)

Parameters

request  ConnectedCardsRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskConnectedCardsReply
The response to send back to the client (wrapped by a task).
See Also