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

Method to_be_bytes

lrwn/src/devaddr.rs:192–194  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

190 }
191
192 pub fn to_be_bytes(&self) -> [u8; 4] {
193 self.0
194 }
195
196 pub fn to_le_bytes(&self) -> [u8; 4] {
197 let mut b = self.0;

Callers 3

set_dev_addr_prefixMethod · 0.45
get_nwkidMethod · 0.45
to_sqlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected