AccessDeviceEndpointWithPortNumberRead22V2
Bases: OCIType
Access device end point. Port numbers are only used by devices with static line ordering. The following element is only used in AS data mode and ignored in XS data mode: pathHeader hotlineContact
The following elements are only used in AS data mode and a value false is returned in the XS mode:
useHotline
Attributes:
access_device (AccessDevice):
line_port (str):
contact (Optional[str]):
path_header (Optional[str]):
static_registration_capable (bool):
use_domain (bool):
port_number (Optional[int]):
use_hotline (bool):
hotline_contact (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 13042 13043 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 13054 13055 13056 13057 13058 13059 13060 13061 13062 13063 13064 13065 13066 13067 13068 13069 13070 13071 13072 | |