DALPSMessage Constructor(DALPSMessageType,UInt32)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of DALPSMessage using the specified parameters.
public DALPSMessage(
DALPSMessageType dalPSMsgType,
uint blockID
)
public:
DALPSMessage(
DALPSMessageType dalPSMsgType,
uint blockID
)
Parameters
- dalPSMsgType
- The message type, for example, Publish, Subscribe.
- blockID
- The block ID.