iotile-cloud
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Stream
Units
Delta
constructor
classname
id
new
Unit
old
Unit
slug
type
apply
check
get
Patch
get
Slug
serialize
serialize
Arguments
Hierarchy
StreamDelta
StreamUnitsDelta
StreamInputUnitsDelta
StreamOutputUnitsDelta
Index
Constructors
constructor
Properties
classname
id
new
Unit
old
Unit
slug
type
Methods
apply
check
get
Patch
get
Slug
serialize
serialize
Arguments
Constructors
constructor
new
Stream
Units
Delta
(
oldUnits
:
Unit
|
null
, newUnits
:
Unit
, type
:
UnitType
, slug
:
string
, classname
:
string
, guid
?:
undefined
|
string
)
:
StreamUnitsDelta
Parameters
oldUnits:
Unit
|
null
newUnits:
Unit
type:
UnitType
slug:
string
classname:
string
Optional
guid:
undefined
|
string
Returns
StreamUnitsDelta
Properties
classname
classname
:
string
id
id
:
string
Private
new
Unit
new
Unit
:
Unit
Private
old
Unit
old
Unit
:
Unit
|
null
slug
slug
:
string
Private
type
type
:
UnitType
Methods
apply
apply
(
stream
:
Stream
)
:
void
Parameters
stream:
Stream
Returns
void
check
check
(
stream
:
Stream
)
:
DeltaStatus
Parameters
stream:
Stream
Returns
DeltaStatus
get
Patch
get
Patch
(
)
:
__type
Returns
__type
Private
get
Slug
get
Slug
(
unit
:
Unit
|
null
)
:
null
|
string
Parameters
unit:
Unit
|
null
Returns
null
|
string
serialize
serialize
(
)
:
SerializedDelta
Returns
SerializedDelta
Protected
serialize
Arguments
serialize
Arguments
(
)
:
__type
Returns
__type
Generated using
TypeDoc