Click or drag to resize

VariableType Enumeration

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
C#
public enum VariableType
Members
  Member nameValueDescription
NULL0 The User/Room Variable is null.
BOOL1 The type of the User/Room Variable is boolean.
INT2 The type of the User/Room Variable is integer.
DOUBLE3 The type of the User/Room Variable is double.
STRING4 The type of the User/Room Variable is string.
OBJECT5 The type of the User/Room Variable is SFSObject.
ARRAY6 The type of the User/Room Variable is SFSArray.
See Also