Exemplo n.º 1
0
        public static OperationResult ice_read(global::Ice.InputStream istr)
        {
            var v = new OperationResult();

            v.ice_readMembers(istr);
            return(v);
        }
Exemplo n.º 2
0
 public void ice_readMembers(global::Ice.InputStream istr)
 {
     this.Message = istr.readString();
     this.Data    = RawBytesHelper.read(istr);
 }
Exemplo n.º 3
0
 public static global::System.Collections.Generic.List <string> read(global::Ice.InputStream istr)
 {
     global::System.Collections.Generic.List <string> v;
     istr.readStringSeq(out v);
     return(v);
 }