Inheritance
object
BackOffParametersBackOffParametersSet
Assembly: Aetheros.Schema.OneM2M.dll
[Serializable]
[JsonObject("BackOffParametersBackOffParametersSet")]
public class BackOffParametersBackOffParametersSet
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("abt")]
public long AdditionalBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("ibt")]
public long InitialBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("mbt")]
public long MaximumBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("nwa")]
public NetworkAction? NetworkAction { get; set; }
Property Value
|
Edit this page
View Source
OptionalRandomBackoffTime
Declaration
[JsonProperty("rbt")]
public long? OptionalRandomBackoffTime { get; set; }
Property Value