DALPSMessage Constructor(DALPSMessageType,String,PubSubBuffer,PubSubHeaderData,PubSubSecurityFlag,String)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of DALPSMessage using the specified parameters.
public DALPSMessage(
DALPSMessageType dalPSMsgType,
string topic,
PubSubBuffer valueBuffer,
PubSubHeaderData psHeaderData,
PubSubSecurityFlag securityFlag,
string securityGroup
)
public:
DALPSMessage(
DALPSMessageType dalPSMsgType,
String^ topic,
PubSubBuffer^ valueBuffer,
PubSubHeaderData psHeaderData,
PubSubSecurityFlag securityFlag,
String^ securityGroup
)
Parameters
- dalPSMsgType
- The message type, for example, Publish, Subscribe.
- topic
- The PubSub topic.
- valueBuffer
- The data buffer. This can be null if no data is being transferred.
- psHeaderData
- The header for specifying special routing instructions (usually OASySDNA.Common.PubSub.PubSubHeaderData.PS_NORMAL_DATA).
- securityFlag
- The type of security (WINDOWS / SCADA) used (usually OASySDNA.Common.PubSub.PubSubSecurityFlag.PS_WINDOWS).
- securityGroup
- The security group that can receive this (usually "").