Tag.ImplementedReadTo Method

TegoOS

TagImplementedReadTo Method

[Missing <summary> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedReadTo(System.Int32,System.Int32,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)
Syntax
protected override ushort[] ImplementedReadTo(
	int address,
	int wordCount,
	string password = null,
	Func<int, string> getMessage = null,
	MemoryProgress initialProgress = null
)
Protected Overrides Function ImplementedReadTo ( 
	address As Integer,
	wordCount As Integer,
	Optional password As String = Nothing,
	Optional getMessage As Func(Of Integer, String) = Nothing,
	Optional initialProgress As MemoryProgress = Nothing
) As UShort()
protected:
virtual array<unsigned short>^ ImplementedReadTo(
	int address, 
	int wordCount, 
	String^ password = nullptr, 
	Func<int, String^>^ getMessage = nullptr, 
	MemoryProgress^ initialProgress = nullptr
) override
abstract ImplementedReadTo : 
        address : int * 
        wordCount : int * 
        ?password : string * 
        ?getMessage : Func<int, string> * 
        ?initialProgress : MemoryProgress 
(* Defaults:
        let _password = defaultArg password null
        let _getMessage = defaultArg getMessage null
        let _initialProgress = defaultArg initialProgress null
*)
-> uint16[] 
override ImplementedReadTo : 
        address : int * 
        wordCount : int * 
        ?password : string * 
        ?getMessage : Func<int, string> * 
        ?initialProgress : MemoryProgress 
(* Defaults:
        let _password = defaultArg password null
        let _getMessage = defaultArg getMessage null
        let _initialProgress = defaultArg initialProgress null
*)
-> uint16[] 

Parameters

address
Type: SystemInt32

[Missing <param name="address"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedReadTo(System.Int32,System.Int32,System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]

wordCount
Type: SystemInt32

[Missing <param name="wordCount"/> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedReadTo(System.Int32,System.Int32,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.ImplementedReadTo(System.Int32,System.Int32,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.ImplementedReadTo(System.Int32,System.Int32,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.ImplementedReadTo(System.Int32,System.Int32,System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]

Return Value

Type: UInt16

[Missing <returns> documentation for "M:Tego.Rfid.Gen2.Tag.ImplementedReadTo(System.Int32,System.Int32,System.String,System.Func{System.Int32,System.String},Tego.Iot.Memory.MemoryProgress)"]

See Also