Click or drag to resize

AcquisitionClient Methods

The AcquisitionAcquisitionClient type exposes the following members.

Methods
 NameDescription
Public methodConnect Connect to the last used device.
Public methodConnect(String) Connect a card by IPv4, IPv6 or serial number.
Public methodConnect(ConnectRequest, CallOptions) Connect to a (additional) card to the service.
Public methodConnect(ConnectRequest, Metadata, NullableDateTime, CancellationToken) Connect to a (additional) card to the service.
Public methodConnectAsync Asynchronously connect to the last used device.
Public methodConnectAsync(String) Asynchronously connect a card by IPv4, IPv6 or serial number.
Public methodConnectAsync(ConnectRequest, CallOptions) Connect to a (additional) card to the service.
Public methodConnectAsync(ConnectRequest, Metadata, NullableDateTime, CancellationToken) Connect to a (additional) card to the service.
Public methodDisconnect(String) Disconnect a card by IPv4, IPv6 or serial number.
Public methodDisconnect(String) Disconnect an array of connected cards by IPv4, IPv6 or serial number.
Public methodDisconnect(DisconnectRequest, CallOptions) Disconnect a connected card from the service.
Public methodDisconnect(DisconnectRequest, Metadata, NullableDateTime, CancellationToken) Disconnect a connected card from the service.
Public methodDisconnectAsync(String) Asynchronously disconnect a card by IPv4, IPv6 or serial number.
Public methodDisconnectAsync(String) Asynchronously disconnect an array of connected cards by IPv4, IPv6 or serial number.
Public methodDisconnectAsync(DisconnectRequest, CallOptions) Disconnect a connected card from the service.
Public methodDisconnectAsync(DisconnectRequest, Metadata, NullableDateTime, CancellationToken) Disconnect a connected card from the service.
Public methodDiscover Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodDiscover(DiscoverRequest, CallOptions) Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodDiscover(DiscoverRequest, Metadata, NullableDateTime, CancellationToken) Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodDiscoverAsync Asynchronously discovers all cards connected to the PC running the service and on the service PC's network.
Public methodDiscoverAsync(DiscoverRequest, CallOptions) Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodDiscoverAsync(DiscoverRequest, Metadata, NullableDateTime, CancellationToken) Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodExport(ExportRequest, CallOptions) Export the acquired data.
Public methodExport(ExportRequest, Metadata, NullableDateTime, CancellationToken) Export the acquired data.
Public methodExportAsync(ExportRequest, CallOptions) Export the acquired data.
Public methodExportAsync(ExportRequest, Metadata, NullableDateTime, CancellationToken) Export the acquired data.
Public methodGetConnectedCards Gets a list of CardInfo for all currently connected cards.
Public methodGetConnectedCards(ConnectedCardsRequest, CallOptions) Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.
Public methodGetConnectedCards(ConnectedCardsRequest, Metadata, NullableDateTime, CancellationToken) Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.
Public methodGetConnectedCardsAsync Asynchronously gets a list of CardInfo for all currently connected cards.
Public methodGetConnectedCardsAsync(ConnectedCardsRequest, CallOptions) Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.
Public methodGetConnectedCardsAsync(ConnectedCardsRequest, Metadata, NullableDateTime, CancellationToken) Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.
Public methodSave(String) Save all acquired trace data.
Public methodSave(SaveRequest, CallOptions) Save the acquired trace data.
Public methodSave(SaveRequest, Metadata, NullableDateTime, CancellationToken) Save the acquired trace data.
Public methodSaveAsync(String) Asynchronously save all acquired trace data.
Public methodSaveAsync(SaveRequest, CallOptions) Save the acquired trace data.
Public methodSaveAsync(SaveRequest, Metadata, NullableDateTime, CancellationToken) Save the acquired trace data.
Public methodStart Starts the acquisition on all connected devices.
Public methodStart(AcquisitionStartRequest, CallOptions) Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.
Public methodStart(AcquisitionStartRequest, Metadata, NullableDateTime, CancellationToken) Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.
Public methodStartAsync Asynchronously starts the acquisition on all connected devices.
Public methodStartAsync(AcquisitionStartRequest, CallOptions) Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.
Public methodStartAsync(AcquisitionStartRequest, Metadata, NullableDateTime, CancellationToken) Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.
Public methodStop Stops the acquisition on all connected devices.
Public methodStop(AcquisitionStopRequest, CallOptions) Stops the acquisition on a specific card or all connected cards if no card is specified.
Public methodStop(AcquisitionStopRequest, Metadata, NullableDateTime, CancellationToken) Stops the acquisition on a specific card or all connected cards if no card is specified.
Public methodStopAsync Asynchronously stops the acquisition on all connected devices.
Public methodStopAsync(AcquisitionStopRequest, CallOptions) Stops the acquisition on a specific card or all connected cards if no card is specified.
Public methodStopAsync(AcquisitionStopRequest, Metadata, NullableDateTime, CancellationToken) Stops the acquisition on a specific card or all connected cards if no card is specified.
Top
See Also