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