-
public interface IMeshDataAnalysis
-
-
Method Summary
Modifier and Type Method Description abstract String
getMeshCategory(ScanDeviceBean scanDeviceBean)
abstract boolean
supportFast(String meshCategory)
abstract boolean
supportFast(Array<byte> pccBytes)
abstract int
getDeviceType(String meshCategory)
abstract int
getDeviceType(Array<byte> pccBytes)
abstract boolean
mustConnected(String meshCategory)
abstract boolean
mustConnected(Array<byte> pccBytes)
abstract boolean
needShutDownHeartBeat(String meshCategory)
abstract boolean
needShutDownHeartBeat(Array<byte> pccBytes)
abstract int
getProductType(String meshCategory)
abstract int
getProductType(Array<byte> pccBytes)
abstract int
getProductSubType(String meshCategory)
abstract int
getProductSubType(Array<byte> pccBytes)
abstract boolean
supportPreControl(String meshCategory)
abstract boolean
supportPreControl(Array<byte> pccBytes)
-
-
Method Detail
-
getMeshCategory
abstract String getMeshCategory(ScanDeviceBean scanDeviceBean)
-
supportFast
abstract boolean supportFast(String meshCategory)
-
supportFast
abstract boolean supportFast(Array<byte> pccBytes)
-
getDeviceType
abstract int getDeviceType(String meshCategory)
-
getDeviceType
abstract int getDeviceType(Array<byte> pccBytes)
-
mustConnected
abstract boolean mustConnected(String meshCategory)
-
mustConnected
abstract boolean mustConnected(Array<byte> pccBytes)
-
needShutDownHeartBeat
abstract boolean needShutDownHeartBeat(String meshCategory)
-
needShutDownHeartBeat
abstract boolean needShutDownHeartBeat(Array<byte> pccBytes)
-
getProductType
abstract int getProductType(String meshCategory)
-
getProductType
abstract int getProductType(Array<byte> pccBytes)
-
getProductSubType
abstract int getProductSubType(String meshCategory)
-
getProductSubType
abstract int getProductSubType(Array<byte> pccBytes)
-
supportPreControl
abstract boolean supportPreControl(String meshCategory)
-
supportPreControl
abstract boolean supportPreControl(Array<byte> pccBytes)
-
-
-
-