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:
Methods:
Structure:
- Align2 (Method)
- Align4 (Method)
- GetByte (Method)
- GetDWord (Method)
- GetDataPointer (Method)
- GetLWord (Method)
- GetNBytes (Method)
- GetNDWords (Method)
- GetNLWords (Method)
- GetNWords (Method)
- GetWord (Method)
- NeedsSwapping (Property)
- Padding (Method)
- PutByte (Method)
- PutDWord (Method)
- PutLWord (Method)
- PutNBytes (Method)
- PutNDWords (Method)
- PutNLWords (Method)
- PutNWords (Method)
- PutWord (Method)
- ResetPosition (Method)
- Skip (Method)