MkBufferC - various functions to get information out of buffer-data … More...
Functions | |
char | csmkkernel.MkBufferC.GetType1 () |
C#: → C-API return the type from a MkBufferC as single character value … | |
MkTypeE | csmkkernel.MkBufferC.GetType2 () |
C#: → C-API return the MkTypeE from a MkBufferC … | |
string | csmkkernel.MkBufferC.GetType3 () |
C#: → C-API return the type from a MkBufferC as single character string … | |
bool | csmkkernel.MkBufferC.IsLocal () |
C#: → C-API Check if the MkBufferC is local (temporary), not local mean global … | |
void | csmkkernel.MkBufferC.LogS (string varname="buf", MkObjectC fmtobj=null, [CallerMemberName]string callfunc=null) |
C#: → C-API log the short MkBufferC object data to the MkLogFileC (default: stderr) … | |
MkBufferC - various functions to get information out of buffer-data …
|
inline |
C#:
→ C-API char buf.GetType1()
return the type from a MkBufferC as single character value …
Definition at line 321 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkTypeE buf.GetType2()
return the MkTypeE from a MkBufferC …
Definition at line 327 of file MkBufferC.cs.
|
inline |
C#:
→ C-API string buf.GetType3()
return the type from a MkBufferC as single character string …
Definition at line 333 of file MkBufferC.cs.
|
inline |
C#:
→ C-API bool buf.IsLocal()
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 339 of file MkBufferC.cs.
|
inline |
C#:
→ C-API buf.LogS(string varname = "buf", MkObjectC fmtobj = null, [CallerMemberName]string callfunc = null)
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 347 of file MkBufferC.cs.