Type alias ProtocolParserMap

ProtocolParserMap: {
    [msgType: string]: ParserFunc;
}

Parser mapping

Type declaration

Generated using TypeDoc