Module Values.FragmentIntervalMSSource

The interval for sending fragments in milliseconds, rounded to the nearest second. This interval only determines the timing for when the Cloud sends down the fragments to yor device. There can be a delay for when your device will receive these fragments. This delay depends on the device's class and the communication delay with the cloud.

Sourcetype nonrec t = int

The interval for sending fragments in milliseconds, rounded to the nearest second. This interval only determines the timing for when the Cloud sends down the fragments to yor device. There can be a delay for when your device will receive these fragments. This delay depends on the device's class and the communication delay with the cloud.

Sourceval make : int -> int
Sourceval of_string : string -> int
Sourceval to_value : 'a -> [> `Integer of 'a ]
Sourceval to_query : int -> Awso.Client.Query.t
Sourceval to_header : int -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> int
Sourceval of_json : Yojson.Safe.t -> int
Sourceval to_json : int -> Yojson.Safe.t