示例#1
0
 public AleWaitingForCcState(IAleStateContext context)
     : base(context)
 {
 }
示例#2
0
 public AleConnectedState(IAleStateContext context)
     : base(context)
 {
 }
示例#3
0
        protected AleState(IAleStateContext context)
        {
            LogUtility.Info(string.Format("{0}:ALE层新状态= {1}", context.RsspEP.ID, this.GetType().Name));

            this.Context = context;
        }