Example #1
0
File: Api.cs Project: fw2568/YaNco
 public static RfcRc SetBytes(IDataContainerHandle containerHandle, string name, byte[] buffer, uint bufferLength, out
                              RfcErrorInfo errorInfo)
 {
     return(Interopt.RfcSetBytes(containerHandle.Ptr, name, buffer, bufferLength, out errorInfo));
 }