aes70
Version:
A controller library for the AES70 protocol.
16 lines (13 loc) • 308 B
JavaScript
/*
* This file has been generated.
*/
import { OcaUint32 } from './OcaUint32.js';
import { Struct } from './Struct.js';
import { OcaLibVolIdentifier as type } from '../types/OcaLibVolIdentifier.js';
export const OcaLibVolIdentifier = Struct(
{
Library: OcaUint32,
ID: OcaUint32,
},
type
);