MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … More...
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC …
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(int size = 0)
create and initialize an MkBufferStreamC instance …
Definition at line 389 of file MkBufferStreamC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create1024(int size = 0)
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 398 of file MkBufferStreamC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create16384(int size = 0)
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 407 of file MkBufferStreamC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create256(int size = 0)
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 416 of file MkBufferStreamC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create64(int size = 0)
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 425 of file MkBufferStreamC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferStreamC MkBufferStreamC.CreateTLS(string tlsName, bool resetB = true)
same as BufferStreamCreate but require no cleanup …
Definition at line 436 of file MkBufferStreamC.cs.
|
inlinestaticprotected |
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(int size = 0)
create and initialize an MkBufferStreamC instance …
Definition at line 377 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferStreamC src.Dup()
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
Definition at line 366 of file MkBufferStreamC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferStreamC bus.Merge()
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
Definition at line 355 of file MkBufferStreamC.cs.
|
inline |
CONSTRUCTOR.
C#:
→ C-API [constructor,static] MkBufferStreamC MkBufferStreamC.Create(int size = 0)
create and initialize an MkBufferStreamC instance …
Definition at line 386 of file MkBufferStreamC.cs.