reading SMBIOS table

Anyone tried reading SMBIOS table with QNX? I would appreciate if you can help me get through writing a util that’ll parse some information from it.
Thanks

What’s a SMBIOS?

here is where you can find the standard
dmtf.org/standards/smbios
basically it is where you read off information about your bios and system info, version, serial number, vender, UUID information and more. you can also search for SMBIOSviewer in google and download windows version which read the table and parses the information.

okay I ported dmidecode to get what I need.