Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
RNS::WeaveLogFrame
Inherits
Reference
<
Object
A log/event frame from a remote Weave device.
Constructors
new
(timestamp :
Float64
|
Nil
= nil, level :
UInt8
|
Nil
= nil, event :
UInt16
|
Nil
= nil, data :
Slice
(
UInt8
) =
Bytes
.empty)
Source
Instance methods
data
Source
data=
(data :
Bytes
)
Source
event
Source
event=
(event :
UInt16
|
Nil
)
Source
level
Source
level=
(level :
UInt8
|
Nil
)
Source
timestamp
Source
timestamp=
(timestamp :
Float64
|
Nil
)
Source