IEpcEncoder.Decode Method

TegoOS

IEpcEncoderDecode Method
Decodes an EPC hexadecimal string and sets the fields of the encoder accordingly.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
void Decode(
	string epcHex
)
Sub Decode ( 
	epcHex As String
)
void Decode(
	String^ epcHex
)
abstract Decode : 
        epcHex : string -> unit 

Parameters

epcHex
Type: SystemString
Hexadecimal string representing the EPC.
See Also