Beispiel #1
0
        public override IEnumerator Test()
        {
            if (!NetWorkUtil.NetWorkConnect)
            {
                yield return(NetWorkUtil.NetWorkContextCreate());
            }
            Type driverType = SendTestMessage();

            yield return(CheckMsgResult(driverType));
        }
Beispiel #2
0
 public override void ClearContext()
 {
     NetWorkUtil.CheckAndCloseNetWorkContext();
 }