write_fun() public méthode

public write_fun ( OtpErlangPid pid, String module, long old_index, int arity, byte md5, long index, long uniq, OtpErlangObject freeVars ) : void
pid OtpErlangPid
module String
old_index long
arity int
md5 byte
index long
uniq long
freeVars OtpErlangObject
Résultat void
 public override void encode(OtpOutputStream buf)
 {
     buf.write_fun(pid, module, old_index, arity, md5, index, uniq,
           freeVars);
 }
Exemple #2
0
 public override void encode(OtpOutputStream buf)
 {
     buf.write_fun(pid, module, old_index, arity, md5, index, uniq,
                   freeVars);
 }