Class BackOffParameters
Inheritance
object
BackOffParameters
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("bop")]
public class BackOffParameters
Properties
|
Edit this page
View Source
AdditionalBackoffTime
Declaration
[JsonProperty("abt")]
public long? AdditionalBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("bops")]
public ICollection<BackOffParametersBackOffParametersSet> BackOffParametersSet { get; set; }
Property Value
|
Edit this page
View Source
InitialBackoffTime
Declaration
[JsonProperty("ibt")]
public long? InitialBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
MaximumBackoffTime
Declaration
[JsonProperty("mbt")]
public long? MaximumBackoffTime { get; set; }
Property Value
|
Edit this page
View Source
NetworkAction
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