接口 UBXMessage
- 所有已知子接口:
UBXMessage00,UBXMessage03
- 所有已知实现类:
UBXMessageParser
public interface UBXMessage
Common base interface of UBX messages. Please be aware that the parsing of
UBX Messages is a two-stage process. Please see
UBXSentence and
UBXMessageParser for details.- 作者:
- Gunnar Hillert
- 另请参阅:
-
方法概要
-
方法详细资料
-
getMessageType
int getMessageType()Returns the message type (Proprietary message identifier).- 返回:
- Message type in range from 1 to 27.
-