Interface RegistryReadHive

interface RegistryReadHive {
    Data: Buffer;
    Encoder: string;
    Response?: commonpb.Response;
}

Properties

Data: Buffer
Encoder: string
Response?: commonpb.Response