The VariableType class contains the costants defining the valid types of User and Room Variables to be passed to their constructors.
Namespace:
Sfs2X.Entities.Variables
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax Members
| Member name | Value | Description |
---|
| NULL | 0 |
The User/Room Variable is null.
|
| BOOL | 1 |
The type of the User/Room Variable is boolean.
|
| INT | 2 |
The type of the User/Room Variable is integer.
|
| DOUBLE | 3 |
The type of the User/Room Variable is double.
|
| STRING | 4 |
The type of the User/Room Variable is string.
|
| OBJECT | 5 |
The type of the User/Room Variable is SFSObject.
|
| ARRAY | 6 |
The type of the User/Room Variable is SFSArray.
|
See Also