class

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
Source

Instance methods

__format__
Source
plate
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)
Source
error(name, onlyif = nil, verify = nil, value = nil)
Source
plate(name, onlyif = nil, verify = nil, value = nil)
Source
response(name, onlyif = nil, verify = nil, value = nil)
Source