eh logrado hacer la conexion
NFCdevice.EnableForegroundDispatch
(
this,
PendingIntent.GetActivity(this, 0, intent, 0),
new[] { new IntentFilter(NfcAdapter.ActionTechDiscovered) },
new String[][] {new string[] {
NFCTechs.NfcV,
NFCTechs.NdefFormatable
}
}
);
pero en el message llega vacio y tampoco me puedo acceder a las características.