class DNS::RR::WKS
- DNS::RR::WKS
- Reference
- Object
Defined in:
dns/rr/wks.crConstructors
- .from_io(io : IO, format : IO::ByteFormat) : self
- .new(address : DNS::IPv4Address = "", protocol : UInt8 = 0, bitmap : Slice(UInt8) = Bytes.new(0))
Instance Method Summary
- #address : IPv4Address
- #address=(address : IPv4Address)
- #bitmap : Bytes
- #bitmap=(bitmap : Bytes)
- #protocol : UInt8
- #protocol=(protocol : UInt8)
- #to_io(io : IO, format : IO::ByteFormat)
Constructor Detail
def self.new(address : DNS::IPv4Address = "", protocol : UInt8 = 0, bitmap : Slice(UInt8) = Bytes.new(0))
#