Module:open(Name, RecordName, Fields, Type, Options) -> {ok, TabId} | {error, Reason} OTP R16B01
Types
Name = atom()RecordName = atom()Fields = [atom()]Type = set | bag()Options = list()TabId = term()Reason = term()Create or open a mib storage table.
Note that the RecordName and Fields arguments my not be used in all implementations (they are actually only needed for mnesia-based implementations).
Note also that the Options argument comes from the options config option of the mib-storage config option, and is passed on as is.