HexVar.Decode Method

TegoOS

HexVarDecode 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
public override void Decode(
	string epcHex
)
Public Overrides Sub Decode ( 
	epcHex As String
)
public:
virtual void Decode(
	String^ epcHex
) override
abstract Decode : 
        epcHex : string -> unit 
override Decode : 
        epcHex : string -> unit 

Parameters

epcHex
Type: SystemString
Hexadecimal string representing the EPC.

Implements

IEpcEncoderDecode(String)
See Also