Click or drag to resize

ReservedBuddyVariables Class

The ReservedBuddyVariables class contains the costants describing the SmartFoxServer API reserved Buddy Variable names.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.VariablesReservedBuddyVariables

Namespace:  Sfs2X.Entities.Variables
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class ReservedBuddyVariables

The ReservedBuddyVariables type exposes the following members.

Constructors
  NameDescription
Public methodReservedBuddyVariables
Top
Fields
  NameDescription
Public fieldStatic memberBV_NICKNAME
The Buddy Variable with this name stores the optional nickname of the user in a buddy list.
Public fieldStatic memberBV_ONLINE
The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list.
Public fieldStatic memberBV_STATE
The Buddy Variable with this name stores the custom state of the user in a buddy list.
Top
Remarks
Reserved Buddy Variables are used to store specific buddy-related informations.
See Also