netkitty
Version:
Network tools kit
13 lines • 469 B
TypeScript
import { ProtocolJSONSchema } from '../../schema/ProtocolJSONSchema';
import { BaseHeader } from '../abstracts/BaseHeader';
import TLV from 'node-tlv';
export declare class IEC61850SampledValues extends BaseHeader {
protected TLVInstance: TLV;
protected TLVChild: TLV[];
SCHEMA: ProtocolJSONSchema;
readonly id: string;
readonly name: string;
readonly nickname: string;
match(): boolean;
}
//# sourceMappingURL=IEC61850SampledValues.d.ts.map