While trying to send in token using the token object method "enter", I got the response.
7E A0 1A 21 03 52 A4 38 E6 E7 00 C7 01 C1 00 02 02 16 06 04 20 00 00 00 02 FA 65 7E.
I followed the token staus response format
00 //Success
02 02 //Struct of 2
16 06 //Enum Value 06
04 20 00 00 00 02 //Bitstring of 4 bytes.
However, I get the response "HandleActionResponseNormal failed. Invalid tag"
Hi,
Hi,
Get-Data-Result is missing this is the correct PDU.
C7 01 C1 00 00 02 02 16 06 04 20 00 00 00 02
BR,
Mikko