OpenCPN Partial API docs
|
Read a memory buffer type. More...
Public Attributes | |
unsigned char | cu [2] |
short int | bu |
Read a memory buffer type.
This function is called by DoRead() when the single-quote character is encontered which starts a memory buffer type. This type is a wxJSON extension so the function emits a warning when such a type encontered. If the reader is constructed without the wxJSONREADER_MEMORYBUFF
flag then the warning becomes an error. To know more about this JSON syntax extension read wxjson_tutorial_memorybuff
is | the input stream |
val | the JSON value that will hold the memory buffer value |
Definition at line 1787 of file jsonreader.cpp.
short int byte_union::bu |
Definition at line 1789 of file jsonreader.cpp.
unsigned char byte_union::cu[2] |
Definition at line 1788 of file jsonreader.cpp.