Value Class Reference
[C++ wrapper]

A runtime value class. More...

#include <netppplus.h>

Inheritance diagram for Value:
DCValue

Data Fields

PropertyType type
 Value Type.
size_t len
 length of array, if buffer type
uint16_t flags
 Public Flags.
long i
 Union: Integer value.
float f
 Union: Float value.
void * p
 Union: Generic Pointer value.

Friends

class Device

Detailed Description

This is a basic wrapper around the DCValue union struct.

You can assign a typical value directly to a Value, like:

Value b = false;


The documentation for this class was generated from the following files:

Generated on Thu Feb 24 13:50:16 2011 for Device Control library by  doxygen 1.6.1