last_message_type_sent = Constants.PROTOCOL_TURN_OVER;
}
public void resetBidState(ProtocolMessageResetBidState reset) throws NFCException {
Utilities.log("XXXX sending reset bid state message:" + reset.toString());
sender = new NfcSender(reset);
status_monitor = new SnepCallBack(game_message_processor);
push_id = ndef_push_manager.pushNDEF(sender, status_monitor);
last_message_type_sent = Constants.PROTOCOL_RESET_BID_STATE;
Utilities.log("XXXX push_id=" + push_id);
}