Uses of Class
com.inertia.promove.Config.TransmitType
Package | Description |
---|---|
com.inertia.promove |
-
Uses of Config.TransmitType in com.inertia.promove
Fields in com.inertia.promove declared as Config.TransmitType Modifier and Type Field Description Config.TransmitType
Config.GlobalSamplingConfig. transmitType
Methods in com.inertia.promove that return Config.TransmitType Modifier and Type Method Description static Config.TransmitType
Config.TransmitType. get(int value)
static Config.TransmitType
Config.TransmitType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Config.TransmitType[]
Config.TransmitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.inertia.promove with parameters of type Config.TransmitType Modifier and Type Method Description void
Config.GlobalSamplingConfig. set(boolean _globalEnable, boolean _transmitEnable, Config.TransmitType _transmitType, int _freq)
set non-fastMAC parametersvoid
Config.GlobalSamplingConfig. set(boolean _globalEnable, boolean _transmitEnable, Config.TransmitType _transmitType, int _freq, Config.TimerSource _timerSource, Config.TriggerType _triggerSource, boolean _zeroPackets, int _frameSize)
set all parameters