Mstring¶
-
class
Mstring¶ -
setThis()¶ (destination message field) Assigns field value.
-
getThis()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setValue()¶ (destination message field) Assigns field value.
-
getValue()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
this¶ string (value field) Access function for entire Mstring object.
-
value¶ string (value field) Access function for value field of Mstring object,which happens also to be the entire contents of the object.
-