Write data to a tag.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public void write( string tag, RFID..::.RFIDTagProtocol protocol, bool lockTag ) |
Visual Basic (Declaration) |
---|
Public Sub write ( _ tag As String, _ protocol As RFID..::.RFIDTagProtocol, _ lockTag As Boolean _ ) |
Visual C++ |
---|
public: void write( String^ tag, RFID..::.RFIDTagProtocol protocol, bool lockTag ) |
Parameters
- tag
- Type: System..::.String
The tag string
- protocol
- Type: Phidgets..::.RFID..::.RFIDTagProtocol
The tag protocol
- lockTag
- Type: System..::.Boolean
Lock the tag so it can't be re-written
Remarks
See the product manual for correct tag encoding.