Uses of Class
com.inertia.promove.Config.TriggerType
Package | Description |
---|---|
com.inertia.promove |
-
Uses of Config.TriggerType in com.inertia.promove
Fields in com.inertia.promove declared as Config.TriggerType Modifier and Type Field Description Config.TriggerType
Config.GlobalSamplingConfig. triggerSource
Methods in com.inertia.promove that return Config.TriggerType Modifier and Type Method Description static Config.TriggerType
Config.TriggerType. get(int value)
static Config.TriggerType
Config.TriggerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Config.TriggerType[]
Config.TriggerType. 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.TriggerType Modifier and Type Method Description void
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