class NMEAPlus::Message::AIS::VDMPayload::VDMMsg6d1f5
Type 6: Binary Addressed Message
Subtype: IFM 5: Application acknowledgement to an addressed binary message
Public Instance Methods
Source
# File lib/nmea_plus/message/ais/vdm_payload/vdm_msg6d1f5.rb, line 19 def ai_response_description case ai_response when 0 then "Unable to respond" when 1 then "Reception acknowledged" when 2 then "Response to follow" when 3 then "Able to respond but currently inhibited" else "Reserved for future use" end end
The AI response description @!parse attr_reader :ai_response_description @return [String] The description of the AI response