Tag.WriteEpc Method

TegoOS

TagWriteEpc Method
Writes a new EPC to the tag.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool WriteEpc(
	string newEpc,
	string message = null
)
Public Function WriteEpc ( 
	newEpc As String,
	Optional message As String = Nothing
) As Boolean
public:
bool WriteEpc(
	String^ newEpc, 
	String^ message = nullptr
)
member WriteEpc : 
        newEpc : string * 
        ?message : string 
(* Defaults:
        let _message = defaultArg message null
*)
-> bool 

Parameters

newEpc
Type: SystemString
New EPC to write.
message (Optional)
Type: SystemString
Optional message for reporting progress.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Tego.Rfid.Gen2.Tag.WriteEpc(System.String,System.String)"]

See Also