Read(SByte) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a System.SByte from the buffer.
[CLSCompliant(false)]
public void Read(
out sbyte pvalue
)
[CLSCompliant(false)]
public:
void Read(
[Out] sbyte pvalue
)
Parameters
- pvalue
- The System.SByte value read in the buffer.
| Exception | Description |
|---|---|
| PubSubBuffer.WrongReadTypeException | Next item type read in the buffer is not a valid System.SByte. |