Commit 2f6e9fca authored by Josh Ji's avatar Josh Ji

class OpCode

parent b7bebcf2
package com.josh.vku2f;
public class OpCode {
public static final byte[] Bytes_GET_IDENTITY_CREDENTIAL //CRC-32("GETIDCREDENTIAL")=ac313cf5
= new byte[]{'a', 'c', '3', '1', '3', 'c', 'f', '5'};
public static byte GET_IDENTITY_CREDENTIAL = (short) 1;
public static byte NONE = (short) 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment