Click or drag to resize

3.2.2 (API) Services

The Process Data Analyzer service supplies a service for each logical module. Each module can be retrieved by the API or client and is named accordingly. One example would be the Acquisition service, which groups all methods related to card management and data acquisition.

Services
Service modules on API/client side
// Client or API can be created like above.

// Client accesss to the Acquisition service and its Discover()
// overloaded method from the AcquisitionClient class.
var cards = client.Acquisition.Discover();

// The same is true for an API instance.
var cards = api.Acquisition.Discover();

The AcquisitionAcquisitionBase lists all available acquisition methods. Convenience overloads are available for C#/.NET users and can be found in the AcquisitionAcquisitionClient class.