omni_initialize(3) — Subroutines
Name
omni_initialize − The omni_initialize procedure sets up DEComni data structures and specifies values for the following operating parameters:
•Vendor name. The default is DIGITAL.
•Model name. The default is DEComni.
•Revision name. The default is V2.0.
Syntax
extern unsigned long int omni_initialize (
char ∗vendor,
unsigned long int vendor_length,
char ∗model,
unsigned long int model_length,
char ∗revision,
unsigned long int revision_length);
Arguments
vendoraccess: read only mechanism: by reference optional argument The name of the system vendor. DEComni uses the vendor name when replying to an Identify-Request. The default name is DIGITAL.
vendor_lengthaccess: read only mechanism: by value optional argument The length of the vendor in characters.
modelaccess: read only mechanism: by reference optional argument The name of the MMS software service provider. DEComni uses the name when replying to an Identify Request. The default name is OMNI.
model_lengthaccess: read only mechanism: by value optional argument The length of the model in characters.
revisionaccess: read only mechanism: by reference optional argument The version number of OMNI software. The default version is V2.0.
revision_lengthaccess: read only mechanism: by value optional argument The length of the version number in characters.