aes70
Version:
A controller library for the AES70 protocol.
11 lines (9 loc) • 326 B
JavaScript
import { OcaPropertyID } from './OcaPropertyID.js';
import { OcaPropertyChangeType } from './OcaPropertyChangeType.js';
import { RestWithOffset } from './RestWithOffset.js';
import { Tuple } from './Tuple.js';
export const OcaPropertyChangedEventData = Tuple(
OcaPropertyID,
RestWithOffset(1),
OcaPropertyChangeType
);