using FObjBase;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FLY.FeedbackRenZiJia.OBJ_INTERFACE
{
public class SNAPSHOT_OBJ_INTERFACE
{
#region Get
#endregion
#region Set
#endregion
#region Call
///
/// request:int
/// reponse:FlyData_SnapShot
///
public const UInt16 CALL_GET_SNAPSHOT = 14;
///
/// request:FlyData_SnapShot
/// reponse:null
///
public const UInt16 CALL_SET_SNAPSHOT = 15;
///
/// request:int
/// reponse:null
///
public const UInt16 CALL_DEL_SNAPSHOT = 16;
///
/// request:null
/// reponse:List(int)
///
public const UInt16 CALL_GET_SNAPSHOT_LIST = 17;
#endregion
#region Push
#endregion
}
}