MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … More...
Collaboration diagram for MkBufferStreamC_Read_PY_API:MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS …
Read is done at the position of MkBufferStreamS::storage->cur. After read the cur is incemented with read-sizeof characters.
|
static |
Python: → C-API MkBufferListC bus.ReadALL(?val_inout:MkBufferListC=None?)
get a temporary MkBufferListC from all data in the MkBufferStreamC …
Definition at line 391 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API MkBufferListC bus.ReadBFL()
read a MkBufferListC from the MkBufferStreamC …
Definition at line 409 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadBIN → C-API
read a val_out from the MkBufferStreamC …
Definition at line 526 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadBOL → C-API
read a val_out from the MkBufferStreamC …
Definition at line 542 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API MkBufferC bus.ReadBUF()
read a val_out from the MkBufferStreamC …
Definition at line 424 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadDBL → C-API
read a val_out from the MkBufferStreamC …
Definition at line 557 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadFLT → C-API
read a val_out from the MkBufferStreamC …
Definition at line 572 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API MkTypeE bus.ReadGetNextType()
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
Definition at line 441 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API int32 bus.ReadGetNumItems()
get the number of items left in the MkBufferStreamC …
Definition at line 454 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadI32 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 587 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadI64 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 602 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadI8 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 617 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bool bus.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 467 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.ReadL_END()
END read a list-item-type from the MkBufferStreamC …
Definition at line 480 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.ReadL_START(?buf:MkBufferC=None?)
START read a list-item-type from the MkBufferStreamC …
Definition at line 494 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API long bus.ReadLONG()
read the long native object from the MkBufferStreamC …
Definition at line 632 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamReadSTR → C-API
read a val_out from the MkBufferStreamC …
Definition at line 647 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.ReadUndo()
undo the last MkBufferStreamC READ function call …
Definition at line 510 of file MkBufferStreamC_py.c.