Smartswitch
|
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... | |
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.
string name |
Name of the Variable.
string value |
Value of the Variable.