Memory Properties

<< 点击显示目录 >>

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

Memory Properties

BR.AN.PviServices .NET


The properties of the Memory class are listed below. For a complete list of Memory class members, see the Memory Members topic.

Public Instance Properties

pubpropertyAddress

Not supported.

pubpropertyErrorCode

Gets an ErrorCode if an error occured.

pubpropertyErrorText

Gets an ErrorText if an error occured.

pubpropertyFreeBlockLength

Gets the largest free memory block on the plc for this memory type. Can only be used if the property IsFreeBlockLengthValid is true

pubpropertyFreeLength

Gets the free length of the memory on the plc for this memory type. Can only be used if the property IsFreeLengthValid is true

pubpropertyFullName

Gets the FullName of the Memory

pubpropertyName

Gets the logical name of this instance.

pubpropertyParent

Gets or sets the Parent object of this instance.

pubpropertyService

Gets the Service-object

pubpropertyStartAddress

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

pubpropertyTotalLength

Gets the length of the memory on the plc. Can only be used if the property IsTotalLengthValid is true

pubpropertyType

Gets the MemoryType of this instance.

pubpropertyUserData

Gets or sets the UserData for this instance.

See Also

Memory Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

Memory.Address Property

Memory.ErrorCode Property

Memory.ErrorText Property

Memory.FreeBlockLength Property

Memory.FreeLength Property

Memory.FullName Property

Memory.Name Property

Memory.Parent Property

Memory.Service Property

Memory.StartAddress Property

Memory.TotalLength Property

Memory.Type Property

Memory.UserData Property