dk.navicon.AIS
Class UTCInquiry

java.lang.Object
  |
  +--dk.navicon.AIS.AISMessage
        |
        +--dk.navicon.AIS.UTCInquiry

public class UTCInquiry
extends AISMessage

This message shall be used when a station is requesting UTC and date from another station.


Field Summary
 int dest_mmsi
          MMSI number of station which is inquired
 int mmsi_nb
          MMSI number of station which inquires UTC
 int spare
          Not used.
 int spare_1
          Not used.
 
Fields inherited from class dk.navicon.AIS.AISMessage
msg_id, rep_indi
 
Constructor Summary
UTCInquiry()
           
UTCInquiry(java.lang.String s, int fill_bits)
           
 
Method Summary
 dk.navicon.AIS.MessageDescription[] getMessageDescription()
           
 
Methods inherited from class dk.navicon.AIS.AISMessage
decode, encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mmsi_nb

public int mmsi_nb
MMSI number of station which inquires UTC


spare

public int spare
Not used. Shall be set to zero


dest_mmsi

public int dest_mmsi
MMSI number of station which is inquired


spare_1

public int spare_1
Not used. Shall be set to zero.

Constructor Detail

UTCInquiry

public UTCInquiry()

UTCInquiry

public UTCInquiry(java.lang.String s,
                  int fill_bits)
           throws AISParseException
Method Detail

getMessageDescription

public dk.navicon.AIS.MessageDescription[] getMessageDescription()
Overrides:
getMessageDescription in class AISMessage