Click or drag to resize

AcquisitionStartRequest Class

Acquisition start request.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIAcquisitionStartRequest

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public sealed class AcquisitionStartRequest : IMessage<AcquisitionStartRequest>, 
	IMessage, IEquatable<AcquisitionStartRequest>, IDeepCloneable<AcquisitionStartRequest>, 
	IBufferMessage

The AcquisitionStartRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAutoStopSeconds Timeout interval to stop the acquisition.
Public propertyCard Card to start the acquisition on. If none is specified, the acquisition is started on all currently connected cards.
Public propertyStatic memberDescriptor 
Public propertyForceFieldCorrectionFileUpdate True: Forces the filed correction file to update. Omitted or false keeps an existing field correction file.
Public propertyHasAutoStopSecondsGets whether the "auto_stop_seconds" field is set
Public propertyHasForceFieldCorrectionFileUpdateGets whether the "force_field_correction_file_update" field is set
Public propertyHasWaitForStopGets whether the "wait_for_stop" field is set
Public propertyStatic memberParser 
Public propertyWaitForStop True: Blocks the caller until the acquisition runs into an auto stop timeout or a stop triggered. Starts non-blocking acquisition otherwise.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearAutoStopSecondsClears the value of the "auto_stop_seconds" field
Public methodClearForceFieldCorrectionFileUpdateClears the value of the "force_field_correction_file_update" field
Public methodClearWaitForStopClears the value of the "wait_for_stop" field
Public methodClone 
Public methodEquals(AcquisitionStartRequest) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(AcquisitionStartRequest) 
Public methodMergeFrom(CodedInputStream) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberAutoStopSecondsFieldNumberField number for the "auto_stop_seconds" field.
Public fieldStatic memberCardFieldNumberField number for the "card" field.
Public fieldStatic memberForceFieldCorrectionFileUpdateFieldNumberField number for the "force_field_correction_file_update" field.
Public fieldStatic memberWaitForStopFieldNumberField number for the "wait_for_stop" field.
Top
See Also