Memory Members

<< 点击显示目录 >>

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

Memory Members

BR.AN.PviServices .NET


Memory overview

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.

Public Instance Methods

pubmethodClean

Clean this Memory type (the Cpu must be in Diagnostics mode)

pubmethodDispose

Implement IDisposable.

pubmethodFromXmlTextReader

Reads device configuration from xml configuration file and updates baseObject.

pubmethodIsFreeBlockLengthValid

Returns if the property FreeBlockLength has valid data or not.

pubmethodIsFreeLengthValid

Returns true when the property FreeLength has valid data, whether false.

pubmethodIsStartAddressValid

Returns true when the property StartAddress has valid data, whether false.

pubmethodIsTotalLengthValid

Returns true when the property TotalLength has valid data, whether false.

Public Instance Events

pubeventCleaned

Occurs when the Module on the plc is deleted

pubeventDisposing

Work in process.

pubeventError

Occurs when this instance notifies an error.

See Also

Memory Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]