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