Interface IScanableTagInterface
Unit
Declaration
type IScanableTagInterface = interface(IInterface)
Description
: Tag scan interface. Used by the protocol driver to know when a tag must be updated.
Attributes
- GUID['{6D57805C-D779-4607-BDA5-DF8A68F49973}']
Hierarchy
- IInterface
- IScanableTagInterface
Overview
Methods
function RemainingMiliseconds:Int64; |
|
function RemainingMilisecondsForNextScan:Int64; |
|
function IsValidTag:Boolean; |
|
function IsMyCallBack(Cback:TTagCommandCallBack):Boolean; |
|
procedure SetTagValidity(TagValidity:Boolean); |
|
procedure BuildTagRec(out tr:TTagRec; Count, OffSet:LongInt); |
Description
Methods
function RemainingMiliseconds:Int64; |
|
: Tells how many time has elapsed from the last update of tag value. |
function RemainingMilisecondsForNextScan:Int64; |
|
: Tells how many time has elapsed from the last scan of tag. |
function IsValidTag:Boolean; |
|
: Tells if the tag is set properly. |
function IsMyCallBack(Cback:TTagCommandCallBack):Boolean; |
|
: Tells if callback belongs to the tag |
procedure SetTagValidity(TagValidity:Boolean); |
|
: Sets the tag as valid or not. |
procedure BuildTagRec(out tr:TTagRec; Count, OffSet:LongInt); |
|
: Gets a structure with informations about the tag. |
Generated by PasDoc 0.14.0.