Click or drag to resize

ReaderGetRecordCount Method (TableNumber)

Get the number of records stored in the table.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task<int> GetRecordCount(
	TableNumber tableNumber
)

Parameters

tableNumber
Type: AC908_SDK.EnumsTableNumber
The table number.

Return Value

Type: TaskInt32
The number of records stored in the table.
See Also