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

Method netid_type

lrwn/src/netid.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 pub fn netid_type(&self) -> u8 {
50 self.0[0] >> 5
51 }
52
53 pub fn id(&self) -> Vec<u8> {
54 match self.netid_type() {

Callers 2

idMethod · 0.45
dev_addr_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected