module BACnet::Client::Message::WhoIs
Extended Modules
Defined in:
bacnet/client/message/who_is.crConstant Summary
-
MAX_INSTANCE =
4194303_u32
Instance Method Summary
- #build(message, low_limit : Int = 0, high_limit : Int = MAX_INSTANCE, network : UInt16 | Nil = 65535_u16)
- #parse(message)
Instance Method Detail
def build(message, low_limit : Int = 0, high_limit : Int = MAX_INSTANCE, network : UInt16 | Nil = 65535_u16)
#