|
The Assimilation Monitoring Project
|
Describes interfaces to C-String Frame (Cstringframe) C-Class It holds conventional zero-terminated byte strings. More...
#include <frame.h>

Go to the source code of this file.
Data Structures | |
| struct | _CstringFrame |
| This is our CstringFrame class object - used for holding C-style NULL terminated strings. More... | |
| typedef struct _CstringFrame | CstringFrame |
| WINEXPORT CstringFrame * | cstringframe_new (guint16 frame_type, gsize framesize) |
| Construct a new CstringFrame - allowing for "derived" frame types... More... | |
| WINEXPORT Frame * | cstringframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled packet data corresponding to an CstringFrame (C-style string), return the corresponding Frame In other words, un-marshall the data... More... | |
Describes interfaces to C-String Frame (Cstringframe) C-Class It holds conventional zero-terminated byte strings.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file cstringframe.h.