ReflectiveMemory Members
- Updated2023-02-21
- 6 minute(s) read
The ReflectiveMemory type exposes the following members.
| Name | Description | |
|---|---|---|
| ReflectiveMemory | Initializes a new instance of the ReflectiveMemory class for the reflective memory device with the specified Name. |
Methods
| Name | Description | |
|---|---|---|
| DisableInterrupt | Disables the reflective memory device from asserting its interrupt pin. | |
| EnableInterrupt | Overloaded.
Enables interrupts of the type you specify and assigns the interrupt signal the value of the specified interruptChannel. This method sends the interrupts to all nodes on the reflective memory network.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Class Destructor (Overrides Section.Finalize().) | |
| FindChildrenByGUID | Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.) | |
| FindFirstChildWithName | Gets the first child node with the specified name. (Inherited from BaseNode.) | |
| FindNodeByPath | Gets a node using the specified path. (Inherited from BaseNode.) | |
| GetChildren | Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.) | |
| GetDataChannels | Accesses the top-level Data Channels folder under the reflective memory device, which contains all data channels and subfolders. | |
| GetDocumentPath | Gets the path to the system definition file that owns this node. (Inherited from BaseNode.) | |
| GetDocumentRoot | Gets the Root node of the system definition file. (Inherited from BaseNode.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInformationChannels | Accesses the Information Channels section of the reflective memory device, which contains the device's Late Count channels. | |
| GetParent | Gets the parent node of this node. (Inherited from BaseNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveNode | Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.) | |
| RenameNode | Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node. (Inherited from BaseNode.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| GenerateInterrupt | Gets whether interrupts are enabled for the reflective memory device. | |
| InterruptAllNodes | Gets whether the device sends interrupt signals to all nodes on the reflective memory network. | |
| InterruptChannelData | Gets the channel that provides the data included in the interrupt packet. | |
| InterruptConstantData | Gets the constant value that is the data included in the interrupt packet. | |
| InterruptDataConstant | Gets whether the data included in the interrupt packet is a constant value. | |
| InterruptTargetNode | Gets the decimal ID of the target node to which the reflective memory device sends interrupts. | |
| InterruptType | Gets the type of interrupt the reflective memory device generates. | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) | |
| VISAResource | Gets or sets the VISA resource name for the device as it appears in Measurement & Automation Explorer (MAX). |