Skip to main content

NodeRequestProvider

Short Summary

This class is a collection of node requests. Each node request is provided as an interface via the certain properties.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.ObjectCNM_OpModeHandlingInterfaces.INodeRequestProvider

UML Diagram

Properties

className

Type: CNM_AbstractObject.ClassName

This abstract property returns the class name of the concrete object,

disable

Type: CNM_OpModeHandlingInterfaces.INodeRequest

This property returns the interface for the disabling request.

enable

Type: CNM_OpModeHandlingInterfaces.INodeRequest

This property returns the interface for the disabling request.

initialize

Type: CNM_OpModeHandlingInterfaces.INodeRequest

This property returns the interface for the disabling request.

stopImmediate

Type: CNM_OpModeHandlingInterfaces.INodeRequest

This property returns the interface for the disabling request.

Code

Declaration

FUNCTION_BLOCK NodeRequestProvider EXTENDS CNM_AbstractObject.Object IMPLEMENTS CNM_OpModeHandlingInterfaces.INodeRequestProvider