Header

@Serializable(with = FrameHeaderSerializer::class)
data class Header(val classID: UShort, val weight: UShort, val bodySize: ULong, val properties: Properties) : Frame.Payload

Constructors

Link copied to clipboard
constructor(classID: UShort, weight: UShort, bodySize: ULong, properties: Properties)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard