Smartswitch
Data Members | List of all members
Smartswitch::Peer::Variable Struct Reference

Defines a pair of name-value. More...

defined in <Variable.ice>

struct Variable { ... }

Data Members

string name
 Name of the Variable. More...
 
string value
 Value of the Variable. More...
 

Detailed Description

Defines a pair of name-value.

It can be attached to any GenericPeer.
Once attached, these variables could be accessed in a custom call handler, installed on a GenericPeer.
However, if you use standard call handlers, these variables take no effect.

Data Member Documentation

◆ name

string name

Name of the Variable.

◆ value

string value

Value of the Variable.


The documentation for this struct was generated from the following file: