Class Ndef
public class Ndef : TagTechnology, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ITagTechnology, ICloseable, IAutoCloseable
- Inheritance
-
Ndef
- Implements
- Extension Methods
Constructors
Ndef(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Ndef(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MIFARE_CLASSIC
public static String MIFARE_CLASSIC { get; set; }
Property Value
NFC_FORUM_TYPE_1
public static String NFC_FORUM_TYPE_1 { get; set; }
Property Value
NFC_FORUM_TYPE_2
public static String NFC_FORUM_TYPE_2 { get; set; }
Property Value
NFC_FORUM_TYPE_3
public static String NFC_FORUM_TYPE_3 { get; set; }
Property Value
NFC_FORUM_TYPE_4
public static String NFC_FORUM_TYPE_4 { get; set; }
Property Value
Methods
CanMakeReadOnly()
public bool CanMakeReadOnly()
Returns
Close()
public void Close()
Exceptions
Connect()
public void Connect()
Exceptions
Get(Tag)
public static Ndef Get(Tag arg0)
Parameters
Returns
GetCachedNdefMessage()
public NdefMessage GetCachedNdefMessage()
Returns
GetMaxSize()
public int GetMaxSize()
Returns
GetNdefMessage()
public NdefMessage GetNdefMessage()
Returns
Exceptions
GetTag()
public Tag GetTag()
Returns
GetType()
public String GetType()
Returns
IsConnected()
public bool IsConnected()
Returns
IsWritable()
public bool IsWritable()
Returns
MakeReadOnly()
public bool MakeReadOnly()
Returns
Exceptions
WriteNdefMessage(NdefMessage)
public void WriteNdefMessage(NdefMessage arg0)
Parameters
arg0NdefMessage