Click or drag to resize

Acquisition Class

This service handles card connections and data from acquisition to exporting the acquired data.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIAcquisition

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public static class Acquisition

The Acquisition type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDescriptorService descriptor
Top
Methods
 NameDescription
Public methodStatic memberBindService(AcquisitionAcquisitionBase)Creates service definition that can be registered with a server
Public methodStatic memberBindService(ServiceBinderBase, AcquisitionAcquisitionBase)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Top
See Also