示例#1
0
 public static IceInternal.DispatchStatus SendBuffer___(BufferTransfer obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Normal, current__.mode);
     IceInternal.BasicStream is__ = inS__.istr();
     string aServiceName;
     aServiceName = is__.readString();
     int aBufferLength;
     aBufferLength = is__.readInt();
     byte[] aSeq;
     aSeq = is__.readByteSeq();
     obj__.SendBuffer(aServiceName, aBufferLength, aSeq, current__);
     return IceInternal.DispatchStatus.DispatchOK;
 }