DALPSMessage Constructor(DALPSMessageType,String,UInt32,Boolean)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of DALPSMessage using the specified parameters.
public DALPSMessage(
DALPSMessageType dalPSMsgType,
string topic,
uint blockID,
bool getFullDataQuality
)
public:
DALPSMessage(
DALPSMessageType dalPSMsgType,
String^ topic,
uint blockID,
bool getFullDataQuality
)
Parameters
- dalPSMsgType
- The message type, for example, Publish, Subscribe.
- topic
- The PubSub topic.
- blockID
- The block ID.
- getFullDataQuality
- true to get full data quality data. Otherwise, false to get no data quality data.