Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/SmbiosExtractor.h

  • Property svn:executable set to *
1//
2// SmbiosExtractor.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 11-11-27.
6//
7
8#import <Foundation/Foundation.h>
9
10
11@interface SmbiosExtractor : NSMutableDictionary {
12UInt8* buffer;
13NSUInteger bufSize;
14NSString* smString;
15}
16
17@property (retain) NSString* smString;
18@property NSUInteger bufSize;
19
20-(NSUInteger) extractSmBios;
21-(NSString*) stringFrom:(NSUInteger) start withLen:(NSUInteger) len;
22-(UInt8) ByteFrom:(NSUInteger) position;
23
24@end
25

Archive Download this file

Revision: 378