ReadApplicationData() protected method

protected ReadApplicationData ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
return int
Beispiel #1
0
 public override int Read(byte[] buf, int off, int len)
 {
     return(handler.ReadApplicationData(buf, off, len));
 }