MkBufferStreamC - various functions to create and destroy a MkBufferStreamS … More...
Functions | |
MkBufferStreamC | csmkkernel.MkBufferStreamC.Copy (MkBufferStreamC src) |
C#: → C-API copy the MkBufferStreamC from src to bus … | |
MkBufferStreamC | csmkkernel.MkBufferStreamC.Reset () |
C#: → C-API reset a MkBufferStreamC to the length zero … | |
MkBufferListC | csmkkernel.MkBufferStreamC.ToBFL () |
C#: → C-API convert the bus into a MkBufferListC … | |
void | csmkkernel.MkBufferStreamC.PosToStart () |
C#: → C-API set the current-access-position to the start of MkBufferStreamC … | |
void | csmkkernel.MkBufferStreamC.ResetFull () |
C#: → C-API reset a MkBufferStreamC to the length zero and free allocated storage… | |
MkBufferStreamC - various functions to create and destroy a MkBufferStreamS …
|
inline |
C#:
→ C-API MkBufferStreamC bus.Copy(MkBufferStreamC src)
copy the MkBufferStreamC from src to bus …
Definition at line 155 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API bus.PosToStart()
set the current-access-position to the start of MkBufferStreamC …
Definition at line 178 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API MkBufferStreamC bus.Reset()
reset a MkBufferStreamC to the length zero …
Definition at line 162 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API bus.ResetFull()
reset a MkBufferStreamC to the length zero and free allocated storage…
Definition at line 183 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API MkBufferListC bus.ToBFL()
convert the bus into a MkBufferListC …
Definition at line 168 of file MkBufferStreamC.cs.