Support for reading and writing printer configurations. More...
Public Member Functions | |
Configs (IComm connection) | |
Must pass an opened comm connection that can remain opened if listening for unsolicited msgs from printer. More... | |
Configs (JsonComm mgmtComm) | |
Constructor called when a mgmt comm object already exists for listening for mgmt msgs. More... | |
Configs (String commDescriptor) | |
Constructor called when creating a connection managed by the SDK. More... | |
void | close () |
void | Dispose () |
List< Config > | GetAllConfig () |
Inherited from IConfigs.GetAllConfig. | |
Config | GetConfig (int cfgNumber) |
Inherited from IConfigs.GetConfig. | |
boolean | SetConfig (Config Cfg) |
Inherited from IConfigs.SetConfig | |
Protected Member Functions | |
void | Dispose (boolean disposing) |
void | finalize () throws Throwable |
Must pass an opened comm connection that can remain opened if listening for unsolicited msgs from printer.
A connection is necessary to send/receive printer status msgs.
Constructor called when a mgmt comm object already exists for listening for mgmt msgs.
Configs | ( | String | commDescriptor | ) |
Constructor called when creating a connection managed by the SDK.
commDescriptor is the descriptor for the communication used to connect with the printer.
TCP descriptor format: "ip" or "ip:port"
e.g., "127.0.0.1" or "127.0.0.1:3007"
If the port is not provided, the default value is used.