type = _type; transaction_id = _transaction_id;
type = _type; try{ class_mon.enter(); transaction_id = next_id++; }finally{ class_mon.exit(); }
return( type );
return( address );
return( previous_packet );
return( serialised_size );
return( "type=" + type + ",addr=" + address );
return( transaction_id );
return( false );
address = _address;
previous_packet = p;
serialised_size = len;