Esempio n. 1
0
 /*
  * Convert this PID to the equivalent Erlang external representation.
  *
  * @param buf an output stream to which the encoded PID should be
  * written.
  **/
 public override void  encode(OtpOutputStream buf)
 {
     buf.write_pid(_node, _id, _serial, _creation);
 }
Esempio n. 2
0
		/*
		* Convert this PID to the equivalent Erlang external representation.
		*
		* @param buf an output stream to which the encoded PID should be
		* written.
		**/
		public override void  encode(OtpOutputStream buf)
		{
			buf.write_pid(_node, _id, _serial, _creation);
		}