public class MimdLocalSetFactory extends Object implements IMisbMessageFactory
| Constructor and Description |
|---|
MimdLocalSetFactory() |
| Modifier and Type | Method and Description |
|---|---|
MIMD |
create(byte[] bytes)
Create a new
IMisbMessage instance from encoded bytes. |
public MIMD create(byte[] bytes) throws KlvParseException
IMisbMessageFactoryIMisbMessage 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 IMisbMessageFactorybytes - the encoded bytes.KlvParseException - if the parsing failed.Copyright © 2022 West Ridge Systems. All rights reserved.