write_external_fun() 공개 메소드

public write_external_fun ( String module, String function, int arity ) : void
module String
function String
arity int
리턴 void
예제 #1
0
 public override void encode(OtpOutputStream buf)
 {
     buf.write_external_fun(module, function, arity);
 }
 public override void encode(OtpOutputStream buf)
 {
     buf.write_external_fun(module, function, arity);
 }