Forest::Frame::Settings
Inherits Forest::Frame / Reference / Object
Constructors
from_io(io : IO, length : Int32, maximum_frame_size : Int32 = SETTINGS_MAX_FRAME_SIZE) : Settings
Sourcenew(streamIdentifier : Int32, settings : Array(Tuple(Parameter, Int32)) | Nil)
SourceClass methods
type
Sourcewrite_flag(io : IO, ack : Bool | Nil)
SourceInstance methods
ack
Sourceack=(ack : Bool | Nil)
Sourcesettings
Sourcesettings=(settings : Array(Tuple(Parameter, Int32)) | Nil)
SourcestreamIdentifier
SourcestreamIdentifier=(streamIdentifier : Int32)
Sourceto_io(io : IO)
Source