public class PredatorUavMessageFactory extends Object implements IMisbMessageFactory
Constructor and Description |
---|
PredatorUavMessageFactory() |
Modifier and Type | Method and Description |
---|---|
PredatorUavMessage |
create(byte[] bytes)
Create a new
IMisbMessage instance from encoded bytes. |
public PredatorUavMessage create(byte[] bytes) throws KlvParseException
IMisbMessageFactory
IMisbMessage
instance from encoded bytes.
The bytes must contain the 16-byte UniversalLabel
that is used to select the
message handler to use.
create
in interface IMisbMessageFactory
bytes
- the encoded bytes.KlvParseException
- if the parsing failed.Copyright © 2022 West Ridge Systems. All rights reserved.