Defines specific fields for MetadataRecords that are of type Digital.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MetadataRecordDigitalFields : ISupportBinaryImage
Public Class MetadataRecordDigitalFields _ Implements ISupportBinaryImage
public ref class MetadataRecordDigitalFields : ISupportBinaryImage
Members
All Members | Methods | Properties | Fields | ||
Icon | Member | Description |
---|---|---|
AlarmDelay |
Gets or sets the time (in seconds) to wait before consecutive alarm notifications are sent for the MetadataRecord.
| |
AlarmState |
Gets or sets the value (0 or 1) that indicates alarm state for the MetadataRecord.
| |
BinaryImage |
Gets the binary representation of MetadataRecordDigitalFields.
| |
BinaryLength |
Gets the length of the BinaryImage.
| |
ByteCount |
Specifies the number of bytes in the binary image of MetadataRecordDigitalFields.
| |
ClearDescription |
Gets or sets the text description of the data value for the MetadataRecord when it is 0.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes MetadataRecordDigitalFields from the specified binaryImage.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SetDescription |
Gets or sets the text description of the data value for the MetadataRecord when it is 1.
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
MetadataRecordDigitalFields |
See Also