Click or drag to resize

INotifyMemoryService Properties

The INotifyMemoryService type exposes the following members.

Properties
  NameDescription
Public propertyAddressType
The type of address expected by this service. The type must implement IAddress.
(Inherited from IMemoryService.)
Public propertyCanSubscribe
Returns true if data changes can be subscribed to.
(Inherited from INotifyDataChanged.)
Public propertyDataSubscribed
Returns true if data changes are currently subscribed to.
(Inherited from INotifyDataChanged.)
Public propertyPduSize
Get the underlying PDU size.
(Inherited from IMemoryService.)
Top
See Also