A Sandcastle Documented Class Library
TagGetMemoryDepth Method |
Gets the maximum write depth at an address.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public override int GetMemoryDepth( int address )
Public Overrides Function GetMemoryDepth ( address As Integer ) As Integer
public: virtual int GetMemoryDepth( int address ) override
abstract GetMemoryDepth : address : int -> int override GetMemoryDepth : address : int -> int
Parameters
- address
- Type: SystemInt32
Address at which to check write depth..
Return Value
Type: Int32Write depth. May be C1G2.NOT_KNOWN if chip is not recognized.
See Also