Class TrafficPattern
Inheritance
object
TrafficPattern
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:trpt")]
public class TrafficPattern : AnnounceableResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
DataSizeIndicator
Declaration
[JsonProperty("dsi")]
public long? DataSizeIndicator { get; set; }
Property Value
|
Edit this page
View Source
PeriodicDurationTime
Declaration
[JsonProperty("pdt")]
public uint? PeriodicDurationTime { get; set; }
Property Value
|
Edit this page
View Source
PeriodicIndicator
Declaration
[JsonProperty("pri")]
public PeriodicIndicator? PeriodicIndicator { get; set; }
Property Value
|
Edit this page
View Source
PeriodicIntervalTime
Declaration
[JsonProperty("pit")]
public uint? PeriodicIntervalTime { get; set; }
Property Value
|
Edit this page
View Source
ProvideToNSE
Declaration
[JsonProperty("ptn")]
public bool? ProvideToNSE { get; set; }
Property Value
|
Edit this page
View Source
Schedule
Declaration
[JsonProperty("m2m:sch")]
public ICollection<Schedule> Schedule { get; set; }
Property Value
|
Edit this page
View Source
StationaryIndication
Declaration
[JsonProperty("sti")]
public StationaryIndication? StationaryIndication { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value
|
Edit this page
View Source
TargetNetwork
Declaration
[JsonProperty("ttn")]
public ICollection<string> TargetNetwork { get; set; }
Property Value
|
Edit this page
View Source
ValidityTime
Declaration
[JsonProperty("vdt")]
public DateTimeOffset? ValidityTime { get; set; }
Property Value