Package com.inertia.promove
Interface Config.GenericConfig
- All Superinterfaces:
Config.AbstractConfig
- All Known Implementing Classes:
Config.ADC2Config
,Config.GenericSensorConfig
,Config.VmonBoardConfig
- Enclosing class:
- Config
public static interface Config.GenericConfig extends Config.AbstractConfig
-
Method Details
-
getLength
int getLength(byte[] in)get the configuration length- Parameters:
in
- the input IDP bytes- Returns:
- length of the configuration as encoded in the first byte
-