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

Go to the source code of this file.
Data Structures | |
| struct | _NVpairFrame |
| This is our NVpairFrame class object - used for holding Name/Value pairs. More... | |
| typedef struct _NVpairFrame | NVpairFrame |
| NVpairFrame * | nvpairframe_new (guint16 frame_type, gchar *name, gchar *value, gsize framesize) |
| Construct a new NVpairFrame - allowing for "derived" frame types... More... | |
| WINEXPORT Frame * | nvpairframe_tlvconstructor (gconstpointer tlvstart, gconstpointer pktend) |
| Given marshalled packet data corresponding to an NVpairFrame (name/value pair) return the corresponding Frame In other words, un-marshall the data... More... | |
Describes interfaces to name/value pair Frame (NVpairFrame) 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 nvpairframe.h.