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:
getDecodeDatain classDecodeCmd- Returns:
- the decode data
-