SystemLegacyAutomaticCallbackGetLineTypeListRequest
Bases: OCIRequest
Request the system's legacy automatic callback line type settings. The response is either a SystemLegacyAutomaticCallbackGetTypeLineListResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemLegacyAutomaticCallbackGetLineTypeListRequest
client = Client()
command = SystemLegacyAutomaticCallbackGetLineTypeListRequest()
response = client.command(command)
print(response)