Esempio n. 1
0
        public System.Collections.Generic.List <byte> __encode()
        {
            var data = new System.Collections.Generic.List <byte>();

            if (this.shellServiceInfos == null)
            {
                this.shellServiceInfos = new ServiceInfoArray();
            }
            data.AddRange(this.shellServiceInfos.__encode());
            return(data);
        }
Esempio n. 2
0
 public int __decode(byte[] binData, ref int pos)
 {
     this.shellServiceInfos = new ServiceInfoArray();
     this.shellServiceInfos.__decode(binData, ref pos);
     return(pos);
 }
Esempio n. 3
0
 public RefreshServiceToMgrNotice(ServiceInfoArray shellServiceInfos)
 {
     this.shellServiceInfos = shellServiceInfos;
 }
Esempio n. 4
0
 public RefreshServiceToMgrNotice()
 {
     shellServiceInfos = new ServiceInfoArray();
 }
Esempio n. 5
0
 public LoadServiceNotice(ServiceInfoArray shellServiceInfos)
 {
     this.shellServiceInfos = shellServiceInfos;
 }
Esempio n. 6
0
 public LoadServiceNotice()
 {
     shellServiceInfos = new ServiceInfoArray();
 }