Expand description
creating points
Enums§
Functions§
- as_
netarc - as_
netbox - lk_
datapoint - create a datapoint with upto MAX_CONTENT_SIZE bytes
- lk_
datapoint_ ref - like lk_datapoint but keeps it on the stack in rust enum format.
- lk_
deserialize - lk_
deserialize_ arc - lk_
deserialize_ len - Determine the length required for lk_deserialize to succeed - expects at least [consts::MIN_POINT_LEN] bytes
- lk_
deserialize_ ref - lk_
keypoint - create a keypoint, i.e. a signed lk_linkpoint
- lk_
keypoint_ ref - like lk_keypoint but keeps it on the stack in rust enum format.
- lk_
linkpoint - create a new linkpoint PointBox
- lk_
linkpoint_ ref - like lk_linkpoint but keeps it on the stack in rust enum format.
- lk_
point_ ref - utility function to build either lk_keypoint or lk_linkpoint depending on the optional key argument
- lk_
serialize - lk_
serialize_ ref - Writes any form of Point into the binary point format When reading you need to indicate what xfields you’re accepting with mask [XHeader::KEEP_COMMON] and friends Mode does additional checks - specifically in IOMode::Transmit it rejects PRIVATE group, increments hop, and clears XFlags::Storage.