AcquisitionAcquisitionClientGetConnectedCards(ConnectedCardsRequest, CallOptions) 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.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual ConnectedCardsReply GetConnectedCards(
ConnectedCardsRequest request,
CallOptions options
)
Parameters
- request ConnectedCardsRequest
- The request to send to the server.
- options CallOptions
- The options for the call.
Return Value
ConnectedCardsReplyThe response received from the server.
See Also