IConvert.ValueToPviValue Method

<< 点击显示目录 >>

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

IConvert.ValueToPviValue Method

BR.AN.PviServices .NET


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

[Visual Basic]

Public Sub ValueToPviValue( _

  ByVal value As Value _

)

[C#]

Value ValueToPviValue(

  Value value

);

Parameters

value

Value object to use for conversion.

Return Value

A new value object.

See Also

IConvert Interface | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]