Uses of Class
dk.tbsalling.aismessages.messages.types.TxRxMode

Packages that use TxRxMode
dk.tbsalling.aismessages.messages   
dk.tbsalling.aismessages.messages.types   
 

Uses of TxRxMode in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return TxRxMode
 TxRxMode GroupAssignmentCommand.getTransmitReceiveMode()
           
 TxRxMode ChannelManagement.getTransmitReceiveMode()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type TxRxMode
ChannelManagement(Integer repeatIndicator, MMSI sourceMmsi, Integer channelA, Integer channelB, TxRxMode transmitReceiveMode, Boolean power, Float longitudeNorthEast, Float northEastLatitude, Float southWestLongitude, Float southWestLatitude, MMSI destinationMmsi1, MMSI destinationMmsi2, Boolean addressed, Boolean bandA, Boolean bandB, Integer zoneSize)
           
GroupAssignmentCommand(Integer repeatIndicator, MMSI sourceMmsi, Float northEastLatitude, Float northEastLongitude, Float southWestLatitude, Float southWestLongitude, StationType stationType, ShipType shipType, TxRxMode transmitReceiveMode, ReportingInterval reportingInterval, Integer quietTime)
           
 

Uses of TxRxMode in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return TxRxMode
static TxRxMode TxRxMode.fromInteger(Integer integer)
           
static TxRxMode TxRxMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TxRxMode[] TxRxMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Thomas Borg Salling. All Rights Reserved.