![]() | TagImplementedWrite Method |
[Missing <summary> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

protected override bool ImplementedWrite( int address, ushort[] words, string password = null, Func<int, string> getMessage = null, MemoryProgress initialProgress = null )
Protected Overrides Function ImplementedWrite ( address As Integer, words As UShort(), Optional password As String = Nothing, Optional getMessage As Func(Of Integer, String) = Nothing, Optional initialProgress As MemoryProgress = Nothing ) As Boolean
protected: virtual bool ImplementedWrite( int address, array<unsigned short>^ words, String^ password = nullptr, Func<int, String^>^ getMessage = nullptr, MemoryProgress^ initialProgress = nullptr ) override
abstract ImplementedWrite : address : int * words : uint16[] * ?password : string * ?getMessage : Func<int, string> * ?initialProgress : MemoryProgress (* Defaults: let _password = defaultArg password null let _getMessage = defaultArg getMessage null let _initialProgress = defaultArg initialProgress null *) -> bool override ImplementedWrite : address : int * words : uint16[] * ?password : string * ?getMessage : Func<int, string> * ?initialProgress : MemoryProgress (* Defaults: let _password = defaultArg password null let _getMessage = defaultArg getMessage null let _initialProgress = defaultArg initialProgress null *) -> bool
Parameters
- address
- Type: SystemInt32
[Missing <param name="address"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
- words
- Type: SystemUInt16
[Missing <param name="words"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
- password (Optional)
- Type: SystemString
[Missing <param name="password"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
- getMessage (Optional)
- Type: SystemFuncInt32, String
[Missing <param name="getMessage"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
- initialProgress (Optional)
- Type: MemoryProgress
[Missing <param name="initialProgress"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedWrite(System.Int32,System.UInt16[],System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]
