CODataTicks Structure
- Updated2023-02-21
- 3 minute(s) read
CODataTicks Structure
Encapsulates a counter output specified in terms of timebase ticks.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[SerializableAttribute] public struct CODataTicks : ISerializable
<SerializableAttribute> Public Structure CODataTicks Implements ISerializable
The CODataTicks type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | HighTicksInt32 | Gets or sets the number of timebase ticks the pulse is high. |
![]() | HighTicksUInt32 | Gets or sets the number of timebase ticks the pulse is high. |
![]() | LowTicksInt32 | Gets or sets the number of timebase ticks the pulse is low. |
![]() | LowTicksUInt32 | Gets or sets the number of timebase ticks the pulse is low. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | Returns a value indicating if this instance is equal to the specified object. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(CODataTicks) | Returns a value indicating if this instance is equal to the specified CODataTicks object. |
![]() ![]() | Equals(CODataTicks, CODataTicks) | Returns a value indicating if two specified instances of CODataTicks are equal. |
![]() | GetHashCode | Returns a hash code for the CODataTicks object. (Overrides ValueTypeGetHashCode.) |
![]() | GetObjectData | Sets the SerializationInfo object with information about the exception. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if two CODataTicks objects are equal.
|
![]() ![]() | Inequality |
Returns true if two CODataTicks objects are not equal.
|
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.