Package com.yasee.yasee.protocols.tmd
Class DecodeTmd
java.lang.Object
com.yasee.yasee.core.abstracts.DecodeCmd
com.yasee.yasee.protocols.tmd.DecodeTmd
解析 TMD 指令内容
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecodeTmd
public DecodeTmd(byte[] raws) Instantiates a new Decode tmd.- Parameters:
raws
- the raws
-
-
Method Details
-
getRaw
public byte[] getRaw()Description copied from class:DecodeCmd
获取原始指令 -
getType
Description copied from class:DecodeCmd
指令步骤 (指令功能) -
getDecodeData
Description copied from class:DecodeCmd
获取 解析完成的内容 这个地方就是对外暴露的可读性信息- Specified by:
getDecodeData
in classDecodeCmd
- Returns:
- the decode data
-