PubSubBuffer.PSDataType Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
An enumeration of values to match those presented by the raw "C" Application Programming Interface (API). These values describe the type of data stored in a PubSubBuffer.
public enum PubSubBuffer.PSDataType : System.Enum
public enum class PubSubBuffer.PSDataType : public System.Enum
| Member | Description |
|---|---|
| PSDblob | Represents a byte array of unstructured bytes (blob). |
| PSDbool | Represents a System.Boolean. |
| PSDbyte | Represents a System.Byte. |
| PSDdecimal | Represents a System.Decimal. |
| PSDdouble | Represents a System.Double. |
| PSDfloat | Represents a System.Single. |
| PSDi16 | Represents a System.Int16. |
| PSDi32 | Represents a System.Int32. |
| PSDi64 | Represents a System.Int64. |
| PSDint | Represents a System.Int32. |
| PSDlong | Represents a System.Int64. |
| PSDmultibyteString | Represents a multibyte System.String. |
| PSDsbyte | Represents a System.SByte. |
| PSDshort | Represents a System.Int16. |
| PSDsingle | Represents a System.Single. |
| PSDui16 | Represents a System.UInt16. |
| PSDui32 | Represents a System.UInt32. |
| PSDui64 | Represents a System.UInt64. |
| PSDuint | Represents a System.UInt32. |
| PSDulong | Represents a System.UInt64. |
| PSDunicodeString | Represents a unicode System.String. |
| PSDunknown | Represents an unknown type. |
| PSDushort | Represents a System.UInt16. |
System.Object
System.ValueType
System.Enum
OASySDNA.Common.PubSub.PubSubBuffer.PSDataType