MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / to_be_bytes

Method to_be_bytes

lrwn/src/eui64.rs:46–48  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

44 }
45
46 pub fn to_be_bytes(&self) -> [u8; 8] {
47 self.0
48 }
49
50 pub fn to_le_bytes(&self) -> [u8; 8] {
51 let mut b = self.0;

Callers 15

save_downlink_frameMethod · 0.45
save_downlink_frameMethod · 0.45
rx_info_to_gw_infoFunction · 0.45
getFunction · 0.45
to_vecMethod · 0.45
set_device_sessionMethod · 0.45
set_device_sessionMethod · 0.45
to_sqlMethod · 0.45
matchesMethod · 0.45
get_idMethod · 0.45
get_dev_addr_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected