UNPKG

aes70

Version:

A controller library for the AES70 protocol.

11 lines (9 loc) 182 B
import { Command } from './command.js'; /** * Command packet with response required. */ export class CommandRrq extends Command { static get messageType() { return 1; } }