ByteBuffer
(FB)
FUNCTION_BLOCK ByteBuffer
- InOut:
Scope
Name
Type
Comment
Input
pbyBuffer
POINTER TO BYTE
udiBufferSize
UDINT
eByteOrder
Byte order the data shall have
Output
pos
UDINT
udiBytesRemaining
UDINT
xOverflow
BOOL
TRUE if a function would read or write over the buffer memory.
Properties:
NeedsSwapping
Methods:
Align2
Align4
GetByte
GetDWord
GetDataPointer
GetLWord
GetNBytes
GetNDWords
GetNLWords
GetNWords
GetWord
Padding
PutByte
PutDWord
PutLWord
PutNBytes
PutNDWords
PutNLWords
PutNWords
PutWord
ResetPosition
Skip
Structure:
ByteBuffer.Align2
(METH)ByteBuffer.Align4
(METH)ByteBuffer.GetByte
(METH)ByteBuffer.GetDWord
(METH)ByteBuffer.GetDataPointer
(METH)ByteBuffer.GetLWord
(METH)ByteBuffer.GetNBytes
(METH)ByteBuffer.GetNDWords
(METH)ByteBuffer.GetNLWords
(METH)ByteBuffer.GetNWords
(METH)ByteBuffer.GetWord
(METH)ByteBuffer.NeedsSwapping
(PROP)ByteBuffer.Padding
(METH)ByteBuffer.PutByte
(METH)ByteBuffer.PutDWord
(METH)ByteBuffer.PutLWord
(METH)ByteBuffer.PutNBytes
(METH)ByteBuffer.PutNDWords
(METH)ByteBuffer.PutNLWords
(METH)ByteBuffer.PutNWords
(METH)ByteBuffer.PutWord
(METH)ByteBuffer.ResetPosition
(METH)ByteBuffer.Skip
(METH)