@smartdcc/gbcs-parser
Version:
GBCS parser based on henrygiraldo.github.io
38 lines • 3.25 kB
TypeScript
import { Context } from './context';
import { Slice } from './util';
export declare function parseProvideSecurityCredentialDetailsCommand(ctx: Context, x: Slice): void;
export declare function parseProvideSecurityCredentialDetailsResponse(ctx: Context, x: Slice): void;
export declare function parseUpdateSecurityCredentialsCommand(ctx: Context, x: Slice): void;
export declare function parseUpdateSecurityCredentialsResponse(ctx: Context, x: Slice): void;
export declare function parseUpdateSecurityCredentialsAlert(ctx: Context, x: Slice): void;
export declare function parseUpdateSecurityCredentialsExecutionOutcome(ctx: Context, x: Slice, indent: string): void;
export declare function parseReplacementOutcome(ctx: Context, x: Slice, name: string): void;
export declare function parseIssueSecurityCredentialsCommand(ctx: Context, x: Slice): void;
export declare function parseIssueSecurityCredentialsResponse(ctx: Context, x: Slice): void;
export declare function parseUpdateDeviceCertificateCommand(ctx: Context, x: Slice): void;
export declare function parseUpdateDeviceCertificateResponse(ctx: Context, x: Slice): void;
export declare function parseProvideDeviceCertificateCommand(ctx: Context, x: Slice): void;
export declare function parseProvideDeviceCertificateResponse(ctx: Context, x: Slice): void;
export declare function parseJoinDeviceCommand(ctx: Context, x: Slice): void;
export declare function parseJoindDeviceResponse(ctx: Context, x: Slice): void;
export declare function parseUnjoinDeviceCommand(ctx: Context, x: Slice): void;
export declare function parseUnjoindDeviceResponse(ctx: Context, x: Slice): void;
export declare function parseActivateFirmwareCommand(ctx: Context, x: Slice): void;
export declare function parseActivateFirmwareResponse(ctx: Context, x: Slice): void;
export declare function parseActivateFirmwareAlert(ctx: Context, x: Slice): void;
export declare function parseActivateFirmwareExecutionOutcome(ctx: Context, x: Slice, indent: string): void;
export declare function parseReadDeviceJoinDetailsCommand(ctx: Context, x: Slice): void;
export declare function parseReadDeviceJoinDetailsResponse(ctx: Context, x: Slice): void;
export declare function parseDeviceLogEntry(ctx: Context, x: Slice, name: string): void;
export declare function parseFirmwareTransferAlert(ctx: Context, x: Slice): void;
export declare function parseReadPPMIDHCALCSFirmwareVersionCommand(ctx: Context, x: Slice): void;
export declare function parseReadPPMIDHCALCSFirmwareVersionResponse(ctx: Context, x: Slice): void;
export declare function parseReadPPMIDHCALCSFirmwareVersionAlert(ctx: Context, x: Slice): void;
export declare function parseSetTimeCommand(ctx: Context, x: Slice): void;
export declare function parseSetTimeResponse(ctx: Context, x: Slice): void;
export declare function parseGpfDeviceLogRestoreCommand(ctx: Context, x: Slice): void;
export declare function parseGpfDeviceLogRestoreResponse(ctx: Context, x: Slice): void;
export declare function parseGpfDeviceLogBackupAlert(ctx: Context, x: Slice): void;
export declare function parseCertificate(ctx: Context, x: Slice, name?: string): void;
export declare function parseSequence(ctx: Context, x: Slice, name: string): Slice;
//# sourceMappingURL=asn1.d.ts.map