IConvert.PviValueToValue Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > IConvert Interface > IConvert Methods >

IConvert.PviValueToValue Method

BR.AN.PviServices .NET


This method is used to convert a plc variable value to an Value instance.

[Visual Basic]

Public Sub PviValueToValue( _

  ByVal value As Value _

)

[C#]

Value PviValueToValue(

  Value value

);

Parameters

value

Plc value object.

Return Value

A new Value object

See Also

IConvert Interface | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]