Memory.StartAddress Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Memory Class > Memory Properties >

Memory.StartAddress Property

BR.AN.PviServices .NET


NOTE: This property is now obsolete.

This property is no longer supported by ANSL!(Only valid for INA2000)


Gets the start address of the memory on the plc. Can only be used if the property IsStartAddressValid is true

[Visual Basic]

<Obsolete(Message:=""This property is no longer supported by ANSL!(Only valid for INA2000)"", IsError:=False)> _

<CLSCompliant(IsCompliant:=False)> _

Public ReadOnly Property StartAddress() As UInt32

  Public Get

  End Get

End Property

[C#]

[Obsolete(Message=""This property is no longer supported by ANSL!(Only valid for INA2000)"", IsError=False)]

[CLSCompliant(IsCompliant=False)]

public uint StartAddress { public get; }

See Also

Memory Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]