Variable.SetTypeInfo(DataType, Int32, Int32) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods > SetTypeInfo Method >

Variable.SetTypeInfo(DataType, Int32, Int32) Method

BR.AN.PviServices .NET


Helper to initialize the Datatype information.

[Visual Basic]

Public Overloads Sub SetTypeInfo( _

  ByVal type As DataType, _

  ByVal arraySize As Integer, _

  ByVal bitOffset As Integer _

)

[C#]

public void SetTypeInfo(

  DataType type,

  int arraySize,

  int bitOffset

);

Parameters

type

The data type

arraySize

The number of array elements.

bitOffset

The offset for bit addressing.

See Also

Variable Class | BR.AN.PviServices Namespace | Variable.SetTypeInfo Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]