PubSubDataType Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
An enumeration of values matching those presented by the raw "C" Application Programming Interface (API). These values describe the type of data stored in a PubSubBuffer or PubSubMessage.
public enum PubSubDataType : System.Enum
public enum class PubSubDataType : public System.Enum
| Member | Description |
|---|---|
| Blob | Represents a System.Byte. |
| Boolean | Represents a System.Boolean. |
| Byte | Represents a System.Byte. |
| Decimal | Represents a System.Decimal. |
| Double | Represents a System.Double. |
| Int16 | Represents a System.Int16. |
| Int32 | Represents a System.Int32. |
| Int64 | Represents a System.Int64. |
| MultibyteString | Represents a multibyte System.String. |
| SByte | Represents a System.SByte. |
| Single | Represents a System.Single. |
| UInt16 | Represents a System.UInt16. |
| UInt32 | Represents a System.UInt32. |
| UInt64 | Represents a System.UInt64. |
| UnicodeString | Represents a unicode System.String. |
| Unknown | Represents an unknown value. |
System.Object
System.ValueType
System.Enum
OASySDNA.Common.PubSub.PubSubDataType