예제 #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;
        }