NFCIso15693CustomCommandConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subclass of NFCTagCommandConfiguration that contains further configuration for commands to ISO-15693 tags.
[Foundation.Register("NFCISO15693CustomCommandConfiguration", true)]
public class NFCIso15693CustomCommandConfiguration : CoreNFC.NFCTagCommandConfiguration
[<Foundation.Register("NFCISO15693CustomCommandConfiguration", true)>]
type NFCIso15693CustomCommandConfiguration = class
inherit NFCTagCommandConfiguration
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NFCIso15693CustomCommandConfiguration() |
Creates a new NFCIso15693CustomCommandConfiguration with default values. |
| NFCIso15693CustomCommandConfiguration(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NFCIso15693CustomCommandConfiguration(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NFCIso15693CustomCommandConfiguration(UIntPtr, UIntPtr, NSData, UIntPtr, Double) | |
| NFCIso15693CustomCommandConfiguration(UIntPtr, UIntPtr, NSData) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CustomCommandCode | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ManufacturerCode |
Gets or sets the ISO-7816-6 manufacturer code. |
| MaximumRetries |
Gets or sets the number of tries a command may be resent, if necessary. (Inherited from NFCTagCommandConfiguration) |
| RequestParameters |
Gets or sets the command-specific parameters, as NSData. |
| RetainCount | (Inherited from NSObject) |
| RetryInterval |
Gets or sets the time, in seconds, between retry attempts. (Inherited from NFCTagCommandConfiguration) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |