Plate
Inherits BinData < Reference < Object
Constants
ENDIAN = ["big"]
KLASS_NAME = [Plate]
PARTS = [{type: "basic", name: type, cls: UInt8, onlyif: nil, verify: nil, value: nil}, {type: "basic", name: plate_len, cls: UInt8, onlyif: nil, verify: nil,
value: -> do
plate.bytesize
end}, {type: "string", name: plate, cls: String, onlyif: nil, verify: nil, length: -> do
plate_len
end,
value: nil, encoding: nil}, {type: "basic", name: timestamp, cls: UInt32, onlyif: nil, verify: nil, value: nil}] of Nil
REMAINING = [] of Nil
Class methods
bit_fields
SourceInstance methods
__format__
Sourceplate
plate=(plate : String)
plate_len
plate_len=(plate_len : UInt8)
timestamp
timestamp=(timestamp : UInt32)
type
type=(type : UInt8)
Macros
data(name, onlyif = nil, verify = nil, value = nil)
Sourceerror(name, onlyif = nil, verify = nil, value = nil)
Sourceplate(name, onlyif = nil, verify = nil, value = nil)
Sourceresponse(name, onlyif = nil, verify = nil, value = nil)
Source