示例#1
0
 public ByteBuffer(byte [] bytes, int position, int length)
 {
     buffer = new ByteBufferS(bytes, position, length);
 }
示例#2
0
 internal int Send(ByteBufferS [] buffers, int length, out int error)
 {
     return manos_socket_send (fd, buffers, length, out error);
 }
示例#3
0
 public ByteBuffer(byte [] bytes, int position, int length)
 {
     buffer = new ByteBufferS (bytes, position, length);
 }
示例#4
0
 internal static extern int manos_socket_send(int fd, ByteBufferS [] buffers, int len, out int err);