Exemple #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);
        }
Exemple #2
0
 public int __decode(byte[] binData, ref int pos)
 {
     this.shellServiceInfos = new ServiceInfoArray();
     this.shellServiceInfos.__decode(binData, ref pos);
     return(pos);
 }
Exemple #3
0
 public RefreshServiceToMgrNotice(ServiceInfoArray shellServiceInfos)
 {
     this.shellServiceInfos = shellServiceInfos;
 }
Exemple #4
0
 public RefreshServiceToMgrNotice()
 {
     shellServiceInfos = new ServiceInfoArray();
 }
Exemple #5
0
 public LoadServiceNotice(ServiceInfoArray shellServiceInfos)
 {
     this.shellServiceInfos = shellServiceInfos;
 }
Exemple #6
0
 public LoadServiceNotice()
 {
     shellServiceInfos = new ServiceInfoArray();
 }