Click or drag to resize

SubscriberCreateDataReader Method

Overload List
  NameDescription
Public methodCreateDataReader(ITopicDescription)
Creates a new DataReader with the default QoS policies and without listener attached.
Public methodCreateDataReader(ITopicDescription, DataReaderQos)
Creates a new DataReader with the desired QoS policies and without listener attached.
Public methodCreateDataReader(ITopicDescription, DataReaderListener)
Creates a new DataReader with the default QoS policies and attaches to it the specified DataReaderListener. The specified DataReaderListener will be attached with the default StatusMask.
Public methodCreateDataReader(ITopicDescription, DataReaderQos, DataReaderListener)
Creates a new DataReader with the desired QoS policies and attaches to it the specified DataReaderListener. The specified DataReaderListener will be attached with the default StatusMask.
Public methodCreateDataReader(ITopicDescription, DataReaderListener, StatusMask)
Creates a new DataReader with the default QoS policies and attaches to it the specified DataReaderListener.
Public methodCreateDataReader(ITopicDescription, DataReaderQos, DataReaderListener, StatusMask)
Creates a new DataReader with the desired QoS policies and attaches to it the specified DataReaderListener.
Top
See Also