struct Sparoid::Message
- Sparoid::Message
- Struct
- Value
- Object
Defined in:
message.crConstructors
- .new(version : Int32, ts : Int64, nounce : StaticArray(UInt8, 16), ip : StaticArray(UInt8, 4))
- .new(ip : StaticArray(UInt8, 4))
Class Method Summary
Instance Method Summary
- #ip : StaticArray(UInt8, 4)
- #nounce : StaticArray(UInt8, 16)
- #to_io(io, format)
- #to_slice(format : IO::ByteFormat) : Bytes
- #ts : Int64
- #version : Int32
Constructor Detail
def self.new(version : Int32, ts : Int64, nounce : StaticArray(UInt8, 16), ip : StaticArray(UInt8, 4))
#