ReaderCapabilitiesBuilder.SetReportsWriteProgress Method

TegoOS

ReaderCapabilitiesBuilderSetReportsWriteProgress Method
Sets whether the reader can report the number of words written when a write operation has failed.

Namespace: Tego.Rfid.Gen2.Implementation
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void SetReportsWriteProgress(
	bool value
)
Public Sub SetReportsWriteProgress ( 
	value As Boolean
)
public:
void SetReportsWriteProgress(
	bool value
)
member SetReportsWriteProgress : 
        value : bool -> unit 

Parameters

value
Type: SystemBoolean
True if the reader can report write progress.
See Also