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