NfcManagerEnableNfcAdapter Method |
Enables the nfc adapter.
Namespace:
Com.Datalogic.Device.Nfc
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int EnableNfcAdapter(
bool enable
)
Public Overridable Function EnableNfcAdapter (
enable As Boolean
) As Integer
Parameters
- enable
- Type: SystemBoolean
- a boolean that indicates whether to enable or to disable the nfc adapter.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
DeviceException error constants.
Exceptions Remarks See Also