Example #1
0
 public override void OnRelease()
 {
     this.wSymbolLvl  = 0;
     this.bCompType   = 0;
     this.dwCompParam = 0u;
     if (this.stPartList != null)
     {
         this.stPartList.Release();
         this.stPartList = null;
     }
 }
Example #2
0
 public CSPKG_CMD_SYMBOLCOMP()
 {
     this.stPartList = (CSDT_SYMBOLCOMP_LIST)ProtocolObjectPool.Get(CSDT_SYMBOLCOMP_LIST.CLASS_ID);
 }
Example #3
0
 public override void OnUse()
 {
     this.stPartList = (CSDT_SYMBOLCOMP_LIST)ProtocolObjectPool.Get(CSDT_SYMBOLCOMP_LIST.CLASS_ID);
 }