class NMEAPlus::Message::AIS::VDMPayload::VDMMsg6d1f4
Type 6: Binary Addressed Message
Subtype: IFM 4: Capability reply
Public Instance Methods
Source
# File lib/nmea_plus/message/ais/vdm_payload/vdm_msg6d1f4.rb, line 14 def fid_availability (0...128).step(2).to_a.map do |pos| _6b_boolean(88 + pos, 1) end end
The availibility table for functional IDs; there are 64 boolean entries @!parse attr_reader :fid_availability @return [Array] An array of booleans