UNPKG

aes70

Version:

A controller library for the AES70 protocol.

17 lines (14 loc) 415 B
/* * This file has been generated. */ import { OcaPropertyChangeType } from './OcaPropertyChangeType.js'; import { OcaUint32 } from './OcaUint32.js'; import { Struct } from './Struct.js'; import { OcaLibVolChangedEventData as type } from '../types/OcaLibVolChangedEventData.js'; export const OcaLibVolChangedEventData = Struct( { VolumeID: OcaUint32, ChangeType: OcaPropertyChangeType, }, type );