Click or drag to resize

CPFItem Class

A CPF item reader.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CPFCPFItem

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class CPFItem

The CPFItem type exposes the following members.

Constructors
  NameDescription
Public methodCPFItem
Constructs a new CPFItem from data and itemType.
Top
Properties
  NameDescription
Public propertyItemType
The item type.
Top
Methods
  NameDescription
Public methodGetBasicIdentity
Asserts the expected type, and returns the CPF data.
Public methodGetConnectedAddress
Asserts the expected type, and returns the CPF data.
Public methodGetData
Asserts the expected type, and returns the CPF data.
Public methodGetIdentity
Asserts the expected type, and returns the CPF data.
Public methodGetInterface
Asserts the expected type, and returns the CPF data.
Public methodGetLocalAddress
Asserts the expected type, and returns the CPF data.
Public methodGetNullAddress
Asserts the expected type, and returns the CPF data.
Public methodGetProcessorName
Asserts the expected type, and returns the CPF data.
Public methodGetSequencedAddress
Asserts the expected type, and returns the CPF data.
Public methodTryGetBasicIdentity
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetConnectedAddress
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetData
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetIdentity
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetInterface
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetLocalAddress
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetNullAddress
Returns the CPF data If the CPF item is the expected type.
Public methodTryGetProcessorName
Returns the CPF data If the CPF item is the expected type.
Top
See Also