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