|
BioRadioDeviceTotalAcquisitionTime Property |
Represents the total time elapsed since acquisition last began. This value is derived from the amount of data received from the device, and not on the system clock.
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public TimeSpan TotalAcquisitionTime { get; }
Public ReadOnly Property TotalAcquisitionTime As TimeSpan
Get
public:
property TimeSpan TotalAcquisitionTime {
TimeSpan get ();
}
member TotalAcquisitionTime : TimeSpan with get
Return Value
Type:
TimeSpanSee Also