aes70
Version:
A controller library for the AES70 protocol.
18 lines (15 loc) • 387 B
JavaScript
/*
* This file has been generated.
*/
import { OcaList } from './OcaList.js';
import { OcaLongBlob } from './OcaLongBlob.js';
import { OcaMethod } from './OcaMethod.js';
import { Struct } from './Struct.js';
import { OcaCommand as type } from '../types/OcaCommand.js';
export const OcaCommand = Struct(
{
Method: OcaMethod,
Parameters: OcaList(OcaLongBlob),
},
type
);