MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … More...
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 |
Ruby:
→ C-API MkBufferListC bus.ReadALL(?val_inout:MkBufferListC=nil?)
get a temporary MkBufferListC from all data in the MkBufferStreamC …
Definition at line 369 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bus.ReadBFL()
read a MkBufferListC from the MkBufferStreamC …
Definition at line 384 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadBIN
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 477 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadBOL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 490 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bus.ReadBUF()
read a val_out from the MkBufferStreamC …
Definition at line 396 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadDBL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 502 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadFLT
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 514 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API MkTypeE bus.ReadGetNextType()
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
Definition at line 410 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API int32 bus.ReadGetNumItems()
get the number of items left in the MkBufferStreamC …
Definition at line 420 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadI32
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 526 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadI64
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 538 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadI8
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 550 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API bool bus.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 430 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API bus.ReadL_END()
END read a list-item-type from the MkBufferStreamC …
Definition at line 440 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API bus.ReadL_START(?buf:MkBufferC=nil?)
START read a list-item-type from the MkBufferStreamC …
Definition at line 451 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API long bus.ReadLONG()
read the long native object from the MkBufferStreamC …
Definition at line 562 of file MkBufferStreamC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferStreamReadSTR
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 574 of file MkBufferStreamC_rb.c.
|
static |
Ruby:
→ C-API bus.ReadUndo()
undo the last MkBufferStreamC READ function call …
Definition at line 464 of file MkBufferStreamC_rb.c.