cerealed v0.6.6 (2016-06-08T15:04:06Z)
Home
Dub
Repo
Unit
tests
protocol_unit
Undocumented in source.
struct
Unit {
ushort
us
;
ubyte
ub1
;
ubyte
ub2
;
}
Members
Variables
ub1
ubyte
ub1
;
Undocumented in source.
ub2
ubyte
ub2
;
Undocumented in source.
us
ushort
us
;
Undocumented in source.
Meta
Source
See Implementation
tests
protocol_unit
functions
testArrayLengthExpr
testLengthInBytes
testLengthInBytesOneUnit
testNegativeLength
testNotEnoughBytes
testUnits
structs
BigUnit
BigUnitPacket
NegativeStruct
Packet
PacketWithArrayLengthExpr
PacketWithLengthInBytes
Unit