See Also: NfcManager Members
High level manager used to obtain an instance of an Android.Nfc.NfcAdapter.
Use Android.Content.Context.GetSystemService(string) with Android.Content.Context.NfcService to create an Android.Nfc.NfcManager, then call NfcManager.DefaultAdapter to obtain the Android.Nfc.NfcAdapter.
Alternately, you can just call the static helper NfcAdapter.GetDefaultAdapter(Android.Content.Context).
For more information about using NFC, read the Near Field Communication developer guide.