HardwareItem Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

HardwareItem Constructor

BR.AN.PviServices .NET


Initializes a instance

[Visual Basic]

Public Sub New( _

  ByVal plcFamily As PlcFamily, _

  ByVal moduleNumber As Integer, _

  ByVal plcAddress As String _

)

[C#]

HardwareItem(

  PlcFamily plcFamily,

  int moduleNumber,

  string plcAddress

);

Parameters

plcFamily

PLC family decoding.

moduleNumber

Model number.

plcAddress

Address of the hardware item.

See Also

HardwareItem Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]