UNPKG

xiot-core-xcp-ts

Version:
8 lines (7 loc) 289 B
import { XcpFrameCodecType } from './XcpFrameCodecType'; export declare class XcpSessionKey { codec: XcpFrameCodecType; deviceToServer: Uint8Array; serverToDevice: Uint8Array; constructor(codec: XcpFrameCodecType, deviceToServer: Uint8Array, serverToDevice: Uint8Array); }