Tag.GetMemorySize Method

TegoOS

TagGetMemorySize Method
Gets the memory size (reading the chip identifier if necessary).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public override int GetMemorySize()
Public Overrides Function GetMemorySize As Integer
public:
virtual int GetMemorySize() override
abstract GetMemorySize : unit -> int 
override GetMemorySize : unit -> int 

Return Value

Type: Int32
Memory size in words. May be C1G2.NOT_KNOWN if chip is not recognized.
See Also