Newer
Older
SensorHub / SensorHub.LampNB / LampConfigSession.cs
root on 17 Sep 2021 295 bytes first commit
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SuperSocket.SocketBase;
using SuperSocket.SocketBase.Protocol;

namespace SensorHub.LampNBServer
{
    public class LampConfigSession : AppSession<LampConfigSession, StringRequestInfo>
    {

    }
}