Click or drag to resize
NdefUri Class

[This is preliminary documentation and is subject to change.]

Inheritance Hierarchy
SystemObject
  TapTrack.NdefNdefUri

Namespace: TapTrack.Ndef
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public class NdefUri

The NdefUri type exposes the following members.

Constructors
  NameDescription
Public methodNdefUri
Initializes a new instance of the NdefUri class
Top
Properties
  NameDescription
Public propertyPath
Public propertyScheme
Will get the scheme also known as the NDEF URI code
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCode
Get the byte code of the scheme from a uri
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveScheme
Removes the scheme from the uri
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberBYTE_LOOKUP
Public fieldStatic memberSTRING_LOOKUP
Top
See Also