ReadApplicationData() protected méthode

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