#include <H3DNetworkingUtils/RemoteMFString.h>

Public Member Functions | |
| RemoteMFString () | |
| Constructor. | |
Static Public Attributes | |
| static H3D::H3DNodeDatabase | database |
| X3D interface. | |
Protected Member Functions | |
| virtual void | readValue () |
| Read the parts of a field's value into the received field. | |
| virtual void | writeValue (vector< string > const &val) |
| Read the parts of a fields value into the received field. | |
It inherits most of its funtionality from its parent class. This class adds a X3D database and the details of how to read and write the field data.
Use the toBeSent and received fields of the base class.
Examples:
| void RemoteMFString::readValue | ( | ) | [protected, virtual] |
Read the parts of a field's value into the received field.
Must be supplied for specific instantiations, to receive the correct parts of the value.
Implements H3DNetworkingUtils::RemoteField.
References H3DNetworkingUtils::RemoteConnection::closeRequested(), H3DNetworkingUtils::RemoteField::conP, and H3DNetworkingUtils::RemoteMF< H3D::MFString >::received.
1.5.6