RFIDScanner.DisableTag Method
2/27/2008
Permanently disables the specific tag matching the tagID parameter.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub DisableTag ( _
tagId As Byte(), _
timeout As Integer, _
password As Byte() _
)
public abstract void DisableTag (
byte[] tagId,
int timeout,
byte[] password
)
public:
virtual void DisableTag (
array<unsigned char>^ tagId,
int timeout,
array<unsigned char>^ password
) abstract
public abstract void DisableTag (
byte[] tagId,
int timeout,
byte[] password
)
public abstract function DisableTag (
tagId : byte[],
timeout : int,
password : byte[]
)
Parameters
- tagId
The ID of the tag it is disabling.
- timeout
Allowed execution time, in milliseconds, before the method fails and a time-out ErrorEvent is sent to the application. If WaitForever, the service waits as long as needed until either the operation is complete or an error occurs.
- password
Authorized key for reader that might be required for this operation; null if not applicable.
Remarks
This method is always performed asynchronously and OutputId will be set on a successful start plus an OutputCompleteEvent event or an ErrorEvent event will be raised to indicate completion.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace