NextItemIsBlob Method (PubSubBuffer)
- Last UpdatedApr 08, 2026
- 1 minute read
Checks whether the next item's data type is a blob of System.Byte.
public bool NextItemIsBlob()
public:
bool NextItemIsBlob();
Return Value
true if the next item is a blob of System.Byte. Otherwise, false.