Edit

Share via


UriRecord Class

Definition

Create a Uri Record class

public class UriRecord : Iot.Device.Ndef.NdefRecord
type UriRecord = class
    inherit NdefRecord
Public Class UriRecord
Inherits NdefRecord
Inheritance
UriRecord
Derived

Constructors

UriRecord(NdefRecord)

Create a URI Record from a valid NDEF Record

UriRecord(ReadOnlySpan<Byte>)

Create a Uri Record from a span of bytes

UriRecord(UriType, String)

Create a Uri Record from a Uri Type and a Uri

Properties

FullUri

The full Uri

Header

The record header

(Inherited from NdefRecord)
Length

The length of the NDEF Record

(Inherited from NdefRecord)
Payload

The record payload

(Inherited from NdefRecord)
Uri

Uri to encode

UriType

Uri Type

Methods

IsUriRecord(NdefRecord)

True if this is a valid URI Record

Serialize(Span<Byte>)

Serialize the NDEF Record

(Inherited from NdefRecord)

Applies to