C# Class Opc.Ua.FiniteStateMachineState.ElementInfo

Stores information about a statemachine element.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
ElementInfo ( uint id, string name, uint number ) : System

Creates a new instance of the object.

Method Details

ElementInfo() public method

Creates a new instance of the object.
public ElementInfo ( uint id, string name, uint number ) : System
id uint
name string
number uint
return System