readChar function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns any message data segment except bytes data from the body of a
StreamMessage.
Syntax
|
Applies to
Message objects
Notes
The size of all the character segments other than the last one is 8192; the size of the last one is 8192 or less.
See also
createStreamMessage procedure, writeBoolean procedure, writeByte procedure, writeBytesFromRaw procedure, writeChar procedure, writeDate procedure, writeDateTime procedure, writeDateTime-TZ procedure, writeDouble procedure, writeFloat procedure, writeInt procedure, writeLong procedure, writeLongString procedure, writeShort procedure, writeString procedure, endOfStream function, moveToNext procedure, readBytesToRaw procedure, #rfi1387308587706, readDate function, readDateTime function, readDateTime-TZ function, readDecimal function, readInt function, readLogical function, readLongString function, readLongStringCP function
For more information, see the StreamMessage.