Variable.SetTypeInfo(Int32, DataType) Method

<< 点击显示目录 >>

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

Variable.SetTypeInfo(Int32, DataType) Method

BR.AN.PviServices .NET


Helper to initialize the Datatype information.

[Visual Basic]

Public Overloads Sub SetTypeInfo( _

  ByVal bitOffset As Integer, _

  ByVal type As DataType _

)

[C#]

public void SetTypeInfo(

  int bitOffset,

  DataType type

);

Parameters

bitOffset

The offset for bit addressing.

type

The data type

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]