| Name | Description |
---|
![Public method Public method](../icons/pubMethod.gif) | Connect |
Connect to the last used device.
|
![Public method Public method](../icons/pubMethod.gif) | Connect(String) |
Connect a card by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | Connect(ConnectRequest, CallOptions) |
Connect to a (additional) card to the service.
|
![Public method Public method](../icons/pubMethod.gif) | Connect(ConnectRequest, Metadata, NullableDateTime, CancellationToken) |
Connect to a (additional) card to the service.
|
![Public method Public method](../icons/pubMethod.gif) | ConnectAsync |
Asynchronously connect to the last used device.
|
![Public method Public method](../icons/pubMethod.gif) | ConnectAsync(String) |
Asynchronously connect a card by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | ConnectAsync(ConnectRequest, CallOptions) |
Connect to a (additional) card to the service.
|
![Public method Public method](../icons/pubMethod.gif) | ConnectAsync(ConnectRequest, Metadata, NullableDateTime, CancellationToken) |
Connect to a (additional) card to the service.
|
![Public method Public method](../icons/pubMethod.gif) | Disconnect(String) |
Disconnect a card by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | Disconnect(String) |
Disconnect an array of connected cards by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | Disconnect(DisconnectRequest, CallOptions) |
Disconnect a connected card from the service.
|
![Public method Public method](../icons/pubMethod.gif) | Disconnect(DisconnectRequest, Metadata, NullableDateTime, CancellationToken) |
Disconnect a connected card from the service.
|
![Public method Public method](../icons/pubMethod.gif) | DisconnectAsync(String) |
Asynchronously disconnect a card by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | DisconnectAsync(String) |
Asynchronously disconnect an array of connected cards by IPv4, IPv6 or serial number.
|
![Public method Public method](../icons/pubMethod.gif) | DisconnectAsync(DisconnectRequest, CallOptions) |
Disconnect a connected card from the service.
|
![Public method Public method](../icons/pubMethod.gif) | DisconnectAsync(DisconnectRequest, Metadata, NullableDateTime, CancellationToken) |
Disconnect a connected card from the service.
|
![Public method Public method](../icons/pubMethod.gif) | Discover |
Discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | Discover(DiscoverRequest, CallOptions) |
Discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | Discover(DiscoverRequest, Metadata, NullableDateTime, CancellationToken) |
Discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | DiscoverAsync |
Asynchronously discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | DiscoverAsync(DiscoverRequest, CallOptions) |
Discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | DiscoverAsync(DiscoverRequest, Metadata, NullableDateTime, CancellationToken) |
Discovers all cards connected to the PC running the service and on the service PC's network.
|
![Public method Public method](../icons/pubMethod.gif) | Export(ExportRequest, CallOptions) |
Export the acquired data.
|
![Public method Public method](../icons/pubMethod.gif) | Export(ExportRequest, Metadata, NullableDateTime, CancellationToken) |
Export the acquired data.
|
![Public method Public method](../icons/pubMethod.gif) | ExportAsync(ExportRequest, CallOptions) |
Export the acquired data.
|
![Public method Public method](../icons/pubMethod.gif) | ExportAsync(ExportRequest, Metadata, NullableDateTime, CancellationToken) |
Export the acquired data.
|
![Public method Public method](../icons/pubMethod.gif) | GetConnectedCards |
Gets a list of CardInfo for all currently connected cards.
|
![Public method Public method](../icons/pubMethod.gif) | GetConnectedCards(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 method Public method](../icons/pubMethod.gif) | GetConnectedCards(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 method Public method](../icons/pubMethod.gif) | GetConnectedCardsAsync |
Asynchronously gets a list of CardInfo for all currently connected cards.
|
![Public method Public method](../icons/pubMethod.gif) | GetConnectedCardsAsync(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 method Public method](../icons/pubMethod.gif) | GetConnectedCardsAsync(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 method Public method](../icons/pubMethod.gif) | Save(String) |
Save all acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | Save(SaveRequest, CallOptions) |
Save the acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | Save(SaveRequest, Metadata, NullableDateTime, CancellationToken) |
Save the acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | SaveAsync(String) |
Asynchronously save all acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | SaveAsync(SaveRequest, CallOptions) |
Save the acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | SaveAsync(SaveRequest, Metadata, NullableDateTime, CancellationToken) |
Save the acquired trace data.
|
![Public method Public method](../icons/pubMethod.gif) | Start |
Starts the acquisition on all connected devices.
|
![Public method Public method](../icons/pubMethod.gif) | Start(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 method Public method](../icons/pubMethod.gif) | Start(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 method Public method](../icons/pubMethod.gif) | StartAsync |
Asynchronously starts the acquisition on all connected devices.
|
![Public method Public method](../icons/pubMethod.gif) | StartAsync(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 method Public method](../icons/pubMethod.gif) | StartAsync(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 method Public method](../icons/pubMethod.gif) | Stop |
Stops the acquisition on all connected devices.
|
![Public method Public method](../icons/pubMethod.gif) | Stop(AcquisitionStopRequest, CallOptions) |
Stops the acquisition on a specific card or all connected cards if no card is specified.
|
![Public method Public method](../icons/pubMethod.gif) | Stop(AcquisitionStopRequest, Metadata, NullableDateTime, CancellationToken) |
Stops the acquisition on a specific card or all connected cards if no card is specified.
|
![Public method Public method](../icons/pubMethod.gif) | StopAsync |
Asynchronously stops the acquisition on all connected devices.
|
![Public method Public method](../icons/pubMethod.gif) | StopAsync(AcquisitionStopRequest, CallOptions) |
Stops the acquisition on a specific card or all connected cards if no card is specified.
|
![Public method Public method](../icons/pubMethod.gif) | StopAsync(AcquisitionStopRequest, Metadata, NullableDateTime, CancellationToken) |
Stops the acquisition on a specific card or all connected cards if no card is specified.
|