DALPSMessageType Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
Describes the type of message that was received.
public enum DALPSMessageType : System.Enum
public enum class DALPSMessageType : public System.Enum
| Member | Description |
|---|---|
| Attach | Attaches (subscribes) to a topic. |
| BlockDetach | Detaches (unsubscribes) the whole block. |
| BlockDisable | Disables the whole block. |
| BlockEnable | Enables the whole block. |
| Browse | Browses a RealTime database (RTDB) structure. |
| BrowseAttributes | Browses the attributes for a leaf node in a RealTime database (RTDB) structure. |
| Detach | Detaches (unsubscribes) from a topic. |
| Publish | Publishes data. |
| RemovePublisher | Removes a publisher on a topic. |
| Subscribe | Subscribes to a topic. |
| Unsubscribe | Unsubscribes from a topic. |
System.Object
System.ValueType
System.Enum
OASySDNA.Common.DAL.PSCommon.DALPSMessageType