iec104-python
v2.0.1
Contents:
Installation
Change log
c104 python module
C++ Core
iec104-python
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
_
__init__() (c104.BinaryCmd method)
(c104.BinaryCounterInfo method)
(c104.BinaryCounterQuality method)
(c104.BinaryInfo method)
(c104.Byte32 method)
(c104.Client method)
(c104.Coi method)
(c104.CommandMode method)
(c104.ConnectionState method)
(c104.Cot method)
(c104.Debug method)
(c104.Double method)
(c104.DoubleCmd method)
(c104.DoubleInfo method)
(c104.EventState method)
(c104.Init method)
(c104.Int16 method)
(c104.Int7 method)
(c104.NormalizedCmd method)
(c104.NormalizedFloat method)
(c104.NormalizedInfo method)
(c104.OutputCircuits method)
(c104.PackedSingle method)
(c104.ProtectionCircuitInfo method)
(c104.ProtectionEventInfo method)
(c104.ProtectionStartInfo method)
(c104.Qoc method)
(c104.Qoi method)
(c104.Quality method)
(c104.ResponseState method)
(c104.ScaledCmd method)
(c104.ScaledInfo method)
(c104.Server method)
(c104.ShortCmd method)
(c104.ShortInfo method)
(c104.SingleCmd method)
(c104.SingleInfo method)
(c104.StartEvents method)
(c104.StatusAndChanged method)
(c104.Step method)
(c104.StepCmd method)
(c104.StepInfo method)
(c104.TlsVersion method)
(c104.TransportSecurity method)
(c104.Type method)
(c104.UInt16 method)
(c104.UInt5 method)
(c104.UInt7 method)
(c104.Umc method)
A
ACTIVATION (c104.Cot attribute)
ACTIVATION_CON (c104.Cot attribute)
ACTIVATION_TERMINATION (c104.Cot attribute)
active_connection_count (c104.Client property)
(c104.Server property)
actual (c104.NormalizedInfo property)
(c104.ScaledInfo property)
(c104.ShortInfo property)
add_allowed_remote_certificate() (c104.TransportSecurity method)
add_connection() (c104.Client method)
add_point() (c104.Station method)
add_station() (c104.Connection method)
(c104.Server method)
Adjusted (c104.BinaryCounterQuality attribute)
All (c104.Debug attribute)
ALL (c104.Init attribute)
AUTHENTICATION (c104.Cot attribute)
B
BACKGROUND_SCAN (c104.Cot attribute)
BinaryCmd (class in c104)
BinaryCounterInfo (class in c104)
BinaryCounterQuality (C++ enum)
(class in c104)
BinaryCounterQuality::Adjusted (C++ enumerator)
BinaryCounterQuality::Carry (C++ enumerator)
BinaryCounterQuality::Invalid (C++ enumerator)
BinaryCounterQuality::None (C++ enumerator)
BinaryInfo (class in c104)
blob (c104.BinaryCmd property)
(c104.BinaryInfo property)
Blocked (c104.Quality attribute)
Byte32 (C++ class)
(class in c104)
C
C_BO_NA_1 (c104.Type attribute)
C_BO_TA_1 (c104.Type attribute)
C_CD_NA_1 (c104.Type attribute)
C_CI_NA_1 (c104.Type attribute)
C_CS_NA_1 (c104.Type attribute)
C_DC_NA_1 (c104.Type attribute)
C_DC_TA_1 (c104.Type attribute)
C_IC_NA_1 (c104.Type attribute)
C_RC_NA_1 (c104.Type attribute)
C_RC_TA_1 (c104.Type attribute)
C_RD_NA_1 (c104.Type attribute)
C_RP_NA_1 (c104.Type attribute)
C_SC_NA_1 (c104.Type attribute)
C_SC_TA_1 (c104.Type attribute)
C_SE_NA_1 (c104.Type attribute)
C_SE_NB_1 (c104.Type attribute)
C_SE_NC_1 (c104.Type attribute)
C_SE_TA_1 (c104.Type attribute)
C_SE_TB_1 (c104.Type attribute)
C_SE_TC_1 (c104.Type attribute)
C_TS_NA_1 (c104.Type attribute)
C_TS_TA_1 (c104.Type attribute)
Callback (c104.Debug attribute)
Carry (c104.BinaryCounterQuality attribute)
changed (c104.StatusAndChanged property)
circuits (c104.ProtectionCircuitInfo property)
Client (C++ class)
(c104.Debug attribute)
(class in c104)
Client::addConnection (C++ function)
Client::disconnectAll (C++ function)
Client::getActiveConnectionCount (C++ function)
Client::getConnectionFromCommonAddress (C++ function)
Client::getOpenConnectionCount (C++ function)
Client::getOriginatorAddress (C++ function)
Client::hasActiveConnections (C++ function)
Client::hasOpenConnections (C++ function)
Client::isRunning (C++ function)
Client::reconnectAll (C++ function)
Client::setOnNewPointCallback (C++ function)
Client::setOnNewStationCallback (C++ function)
Client::setOriginatorAddress (C++ function)
Client::start (C++ function)
Client::stop (C++ function)
Client::~Client (C++ function)
CLOCK_SYNC (c104.Init attribute)
clock_sync() (c104.Connection method)
CLOSED (c104.ConnectionState attribute)
CLOSED_AWAIT_OPEN (c104.ConnectionState attribute)
CLOSED_AWAIT_RECONNECT (c104.ConnectionState attribute)
Coi (class in c104)
command_mode (c104.Point property)
CommandMode (class in c104)
CommandProcessState (C++ enum)
CommandProcessState::COMMAND_AWAIT_CON (C++ enumerator)
CommandProcessState::COMMAND_AWAIT_CON_TERM (C++ enumerator)
CommandProcessState::COMMAND_AWAIT_REQUEST (C++ enumerator)
CommandProcessState::COMMAND_AWAIT_TERM (C++ enumerator)
CommandProcessState::COMMAND_FAILURE (C++ enumerator)
CommandProcessState::COMMAND_SUCCESS (C++ enumerator)
CommandResponseState (C++ enum)
CommandResponseState::RESPONSE_STATE_FAILURE (C++ enumerator)
CommandResponseState::RESPONSE_STATE_NONE (C++ enumerator)
CommandResponseState::RESPONSE_STATE_SUCCESS (C++ enumerator)
CommandTransmissionMode (C++ enum)
CommandTransmissionMode::DIRECT_COMMAND (C++ enumerator)
CommandTransmissionMode::SELECT_AND_EXECUTE_COMMAND (C++ enumerator)
common_address (c104.IncomingMessage property)
(c104.Station property)
connect() (c104.Connection method)
connected_at (c104.Connection property)
Connection (c104.Debug attribute)
connection (c104.Station property)
Connection (class in c104)
ConnectionInit (C++ enum)
ConnectionInit::INIT_ALL (C++ enumerator)
ConnectionInit::INIT_CLOCK_SYNC (C++ enumerator)
ConnectionInit::INIT_INTERROGATION (C++ enumerator)
ConnectionInit::INIT_MUTED (C++ enumerator)
ConnectionInit::INIT_NONE (C++ enumerator)
connections (c104.Client property)
ConnectionState (C++ enum)
(class in c104)
ConnectionState::CLOSED (C++ enumerator)
ConnectionState::CLOSED_AWAIT_OPEN (C++ enumerator)
ConnectionState::CLOSED_AWAIT_RECONNECT (C++ enumerator)
ConnectionState::OPEN (C++ enumerator)
ConnectionState::OPEN_AWAIT_CLOSED (C++ enumerator)
ConnectionState::OPEN_MUTED (C++ enumerator)
cot (c104.IncomingMessage property)
Cot (class in c104)
counter (c104.BinaryCounterInfo property)
counter_interrogation() (c104.Connection method)
CS101_CauseOfInitialization (C++ enum)
CS101_CauseOfInitialization::LOCAL_MANUAL_RESET (C++ enumerator)
CS101_CauseOfInitialization::LOCAL_POWER_ON (C++ enumerator)
CS101_CauseOfInitialization::REMOTE_RESET (C++ enumerator)
CS101_QualifierOfCommand (C++ enum)
CS101_QualifierOfCommand::LONG_PULSE (C++ enumerator)
CS101_QualifierOfCommand::NONE (C++ enumerator)
CS101_QualifierOfCommand::PERSISTENT (C++ enumerator)
CS101_QualifierOfCommand::SHORT_PULSE (C++ enumerator)
CS101_QualifierOfInterrogation (C++ enum)
CS101_QualifierOfInterrogation::QOI_GROUP_1 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_10 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_11 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_12 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_13 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_14 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_15 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_16 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_2 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_3 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_4 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_5 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_6 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_7 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_8 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_GROUP_9 (C++ enumerator)
CS101_QualifierOfInterrogation::QOI_STATION (C++ enumerator)
D
DEACTIVATION (c104.Cot attribute)
DEACTIVATION_CON (c104.Cot attribute)
Debug (C++ enum)
(class in c104)
Debug::All (C++ enumerator)
Debug::Callback (C++ enumerator)
Debug::Client (C++ enumerator)
Debug::Connection (C++ enumerator)
Debug::Gil (C++ enumerator)
Debug::Message (C++ enumerator)
Debug::None (C++ enumerator)
Debug::Point (C++ enumerator)
Debug::Server (C++ enumerator)
Debug::Station (C++ enumerator)
DIRECT (c104.CommandMode attribute)
direction (c104.StepCmd property)
disable_debug() (in module c104)
disconnect() (c104.Connection method)
disconnect_all() (c104.Client method)
disconnected_at (c104.Connection property)
Double (class in c104)
DoubleCmd (class in c104)
DoubleInfo (class in c104)
DoublePointValue (C++ enum)
DoublePointValue::IEC60870_DOUBLE_POINT_INDETERMINATE (C++ enumerator)
DoublePointValue::IEC60870_DOUBLE_POINT_INTERMEDIATE (C++ enumerator)
DoublePointValue::IEC60870_DOUBLE_POINT_OFF (C++ enumerator)
DoublePointValue::IEC60870_DOUBLE_POINT_ON (C++ enumerator)
E
elapsed_ms (c104.ProtectionEventInfo property)
ElapsedTimeInvalid (c104.Quality attribute)
enable_debug() (in module c104)
events (c104.ProtectionStartInfo property)
EventState (C++ enum)
(class in c104)
EventState::IEC60870_EVENTSTATE_INDETERMINATE_0 (C++ enumerator)
EventState::IEC60870_EVENTSTATE_INDETERMINATE_3 (C++ enumerator)
EventState::IEC60870_EVENTSTATE_OFF (C++ enumerator)
EventState::IEC60870_EVENTSTATE_ON (C++ enumerator)
explain_bytes() (in module c104)
explain_bytes_dict() (in module c104)
F
FAILURE (c104.ResponseState attribute)
FieldSet16 (C++ enum)
FieldSet16::I0 (C++ enumerator)
FieldSet16::I1 (C++ enumerator)
FieldSet16::I10 (C++ enumerator)
FieldSet16::I11 (C++ enumerator)
FieldSet16::I12 (C++ enumerator)
FieldSet16::I13 (C++ enumerator)
FieldSet16::I14 (C++ enumerator)
FieldSet16::I15 (C++ enumerator)
FieldSet16::I2 (C++ enumerator)
FieldSet16::I3 (C++ enumerator)
FieldSet16::I4 (C++ enumerator)
FieldSet16::I5 (C++ enumerator)
FieldSet16::I6 (C++ enumerator)
FieldSet16::I7 (C++ enumerator)
FieldSet16::I8 (C++ enumerator)
FieldSet16::I9 (C++ enumerator)
FieldSet16::None (C++ enumerator)
FILE_TRANSFER (c104.Cot attribute)
first() (c104.IncomingMessage method)
G
General (c104.OutputCircuits attribute)
(c104.StartEvents attribute)
get_connection() (c104.Client method)
get_debug_mode() (in module c104)
get_point() (c104.Station method)
get_station() (c104.Connection method)
(c104.Server method)
getDebug (C++ function)
Gil (c104.Debug attribute)
GROUP_1 (c104.Qoi attribute)
GROUP_10 (c104.Qoi attribute)
GROUP_11 (c104.Qoi attribute)
GROUP_12 (c104.Qoi attribute)
GROUP_13 (c104.Qoi attribute)
GROUP_14 (c104.Qoi attribute)
GROUP_15 (c104.Qoi attribute)
GROUP_16 (c104.Qoi attribute)
GROUP_2 (c104.Qoi attribute)
GROUP_3 (c104.Qoi attribute)
GROUP_4 (c104.Qoi attribute)
GROUP_5 (c104.Qoi attribute)
GROUP_6 (c104.Qoi attribute)
GROUP_7 (c104.Qoi attribute)
GROUP_8 (c104.Qoi attribute)
GROUP_9 (c104.Qoi attribute)
H
has_active_connections (c104.Client property)
(c104.Server property)
has_connections (c104.Client property)
has_open_connections (c104.Client property)
(c104.Server property)
has_points (c104.Station property)
has_stations (c104.Connection property)
(c104.Server property)
HIGHER (c104.Step attribute)
I
I0 (c104.PackedSingle attribute)
I1 (c104.PackedSingle attribute)
I10 (c104.PackedSingle attribute)
I11 (c104.PackedSingle attribute)
I12 (c104.PackedSingle attribute)
I13 (c104.PackedSingle attribute)
I14 (c104.PackedSingle attribute)
I15 (c104.PackedSingle attribute)
I2 (c104.PackedSingle attribute)
I3 (c104.PackedSingle attribute)
I4 (c104.PackedSingle attribute)
I5 (c104.PackedSingle attribute)
I6 (c104.PackedSingle attribute)
I7 (c104.PackedSingle attribute)
I8 (c104.PackedSingle attribute)
I9 (c104.PackedSingle attribute)
IEC60870_5_TypeID (C++ enum)
IEC60870_5_TypeID::C_BO_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_BO_TA_1 (C++ enumerator)
IEC60870_5_TypeID::C_CD_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_CI_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_CS_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_DC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_DC_TA_1 (C++ enumerator)
IEC60870_5_TypeID::C_IC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_RC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_RC_TA_1 (C++ enumerator)
IEC60870_5_TypeID::C_RD_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_RP_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_SC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_SC_TA_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_NB_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_NC_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_TA_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_TB_1 (C++ enumerator)
IEC60870_5_TypeID::C_SE_TC_1 (C++ enumerator)
IEC60870_5_TypeID::C_TS_NA_1 (C++ enumerator)
IEC60870_5_TypeID::C_TS_TA_1 (C++ enumerator)
IEC60870_5_TypeID::F_AF_NA_1 (C++ enumerator)
IEC60870_5_TypeID::F_DR_TA_1 (C++ enumerator)
IEC60870_5_TypeID::F_FR_NA_1 (C++ enumerator)
IEC60870_5_TypeID::F_LS_NA_1 (C++ enumerator)
IEC60870_5_TypeID::F_SC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::F_SC_NB_1 (C++ enumerator)
IEC60870_5_TypeID::F_SG_NA_1 (C++ enumerator)
IEC60870_5_TypeID::F_SR_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_BO_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_BO_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_BO_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_DP_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_DP_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_DP_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_EI_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TC_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TD_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TE_1 (C++ enumerator)
IEC60870_5_TypeID::M_EP_TF_1 (C++ enumerator)
IEC60870_5_TypeID::M_IT_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_IT_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_IT_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_NB_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_NC_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_ND_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TC_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TD_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TE_1 (C++ enumerator)
IEC60870_5_TypeID::M_ME_TF_1 (C++ enumerator)
IEC60870_5_TypeID::M_PS_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_SP_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_SP_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_SP_TB_1 (C++ enumerator)
IEC60870_5_TypeID::M_ST_NA_1 (C++ enumerator)
IEC60870_5_TypeID::M_ST_TA_1 (C++ enumerator)
IEC60870_5_TypeID::M_ST_TB_1 (C++ enumerator)
IEC60870_5_TypeID::P_AC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::P_ME_NA_1 (C++ enumerator)
IEC60870_5_TypeID::P_ME_NB_1 (C++ enumerator)
IEC60870_5_TypeID::P_ME_NC_1 (C++ enumerator)
IEC60870_5_TypeID::S_AR_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_CH_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_ER_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_IT_TC_1 (C++ enumerator)
IEC60870_5_TypeID::S_KC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_KR_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_KS_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_RP_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_UA_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_UC_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_UK_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_UQ_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_UR_NA_1 (C++ enumerator)
IEC60870_5_TypeID::S_US_NA_1 (C++ enumerator)
IncomingMessage (class in c104)
INDETERMINATE (c104.Double attribute)
(c104.EventState attribute)
InEarthCurrent (c104.StartEvents attribute)
info (c104.IncomingMessage property)
(c104.Point property)
Information (class in c104)
Init (class in c104)
INITIALIZED (c104.Cot attribute)
Int16 (class in c104)
Int7 (class in c104)
INTERMEDIATE (c104.Double attribute)
(c104.EventState attribute)
INTERROGATED_BY_GROUP_1 (c104.Cot attribute)
INTERROGATED_BY_GROUP_10 (c104.Cot attribute)
INTERROGATED_BY_GROUP_11 (c104.Cot attribute)
INTERROGATED_BY_GROUP_12 (c104.Cot attribute)
INTERROGATED_BY_GROUP_13 (c104.Cot attribute)
INTERROGATED_BY_GROUP_14 (c104.Cot attribute)
INTERROGATED_BY_GROUP_15 (c104.Cot attribute)
INTERROGATED_BY_GROUP_16 (c104.Cot attribute)
INTERROGATED_BY_GROUP_2 (c104.Cot attribute)
INTERROGATED_BY_GROUP_3 (c104.Cot attribute)
INTERROGATED_BY_GROUP_4 (c104.Cot attribute)
INTERROGATED_BY_GROUP_5 (c104.Cot attribute)
INTERROGATED_BY_GROUP_6 (c104.Cot attribute)
INTERROGATED_BY_GROUP_7 (c104.Cot attribute)
INTERROGATED_BY_GROUP_8 (c104.Cot attribute)
INTERROGATED_BY_GROUP_9 (c104.Cot attribute)
INTERROGATED_BY_STATION (c104.Cot attribute)
INTERROGATION (c104.Init attribute)
interrogation() (c104.Connection method)
Invalid (c104.BinaryCounterQuality attribute)
(c104.Quality attribute)
INVALID_0 (c104.Step attribute)
INVALID_3 (c104.Step attribute)
INVALID_COT (c104.Umc attribute)
INVALID_TYPE_ID (c104.Umc attribute)
io_address (c104.IncomingMessage property)
(c104.Point property)
ip (c104.Connection property)
(c104.Server property)
is_any() (c104.BinaryCounterQuality method)
(c104.Debug method)
(c104.OutputCircuits method)
(c104.PackedSingle method)
(c104.Quality method)
(c104.StartEvents method)
is_connected (c104.Connection property)
is_good() (c104.BinaryCounterQuality method)
(c104.Quality method)
is_local (c104.Station property)
is_muted (c104.Connection property)
is_negative (c104.IncomingMessage property)
is_none() (c104.Debug method)
(c104.OutputCircuits method)
(c104.PackedSingle method)
(c104.StartEvents method)
is_running (c104.Client property)
(c104.Server property)
is_select_command (c104.IncomingMessage property)
is_sequence (c104.IncomingMessage property)
is_test (c104.IncomingMessage property)
L
LimitedInt16 (C++ class)
LimitedInt7 (C++ class)
LimitedUInt16 (C++ class)
LimitedUInt5 (C++ class)
LimitedUInt7 (C++ class)
LOCAL_MANUAL_RESET (c104.Coi attribute)
LOCAL_POWER_ON (c104.Coi attribute)
LONG_PULSE (c104.Qoc attribute)
LOWER (c104.Step attribute)
M
M_BO_NA_1 (c104.Type attribute)
M_BO_TA_1 (c104.Type attribute)
M_BO_TB_1 (c104.Type attribute)
M_DP_NA_1 (c104.Type attribute)
M_DP_TA_1 (c104.Type attribute)
M_DP_TB_1 (c104.Type attribute)
M_EI_NA_1 (c104.Type attribute)
M_EP_TA_1 (c104.Type attribute)
M_EP_TB_1 (c104.Type attribute)
M_EP_TC_1 (c104.Type attribute)
M_EP_TD_1 (c104.Type attribute)
M_EP_TE_1 (c104.Type attribute)
M_EP_TF_1 (c104.Type attribute)
M_IT_NA_1 (c104.Type attribute)
M_IT_TA_1 (c104.Type attribute)
M_IT_TB_1 (c104.Type attribute)
M_ME_NA_1 (c104.Type attribute)
M_ME_NB_1 (c104.Type attribute)
M_ME_NC_1 (c104.Type attribute)
M_ME_ND_1 (c104.Type attribute)
M_ME_TA_1 (c104.Type attribute)
M_ME_TB_1 (c104.Type attribute)
M_ME_TC_1 (c104.Type attribute)
M_ME_TD_1 (c104.Type attribute)
M_ME_TE_1 (c104.Type attribute)
M_ME_TF_1 (c104.Type attribute)
M_PS_NA_1 (c104.Type attribute)
M_SP_NA_1 (c104.Type attribute)
M_SP_TA_1 (c104.Type attribute)
M_SP_TB_1 (c104.Type attribute)
M_ST_NA_1 (c104.Type attribute)
M_ST_TA_1 (c104.Type attribute)
M_ST_TB_1 (c104.Type attribute)
MAINTENANCE_OF_AUTH_SESSION_KEY (c104.Cot attribute)
MAINTENANCE_OF_USER_ROLE_AND_UPDATE_KEY (c104.Cot attribute)
max (c104.Int16 property)
(c104.Int7 property)
(c104.NormalizedFloat property)
(c104.UInt16 property)
(c104.UInt5 property)
(c104.UInt7 property)
max_connections (c104.Server property)
Message (c104.Debug attribute)
min (c104.Int16 property)
(c104.Int7 property)
(c104.NormalizedFloat property)
(c104.UInt16 property)
(c104.UInt5 property)
(c104.UInt7 property)
MISMATCHED_TYPE_ID (c104.Umc attribute)
Module::Callback (C++ class)
Module::Callback::call (C++ function)
Module::Callback::getResult (C++ function)
Module::Callback<void> (C++ class)
Module::Callback<void>::call (C++ function)
Module::CallbackBase (C++ class)
Module::CallbackBase::is_set (C++ function)
Module::CallbackBase::reset (C++ function)
Module::GilAwareMutex (C++ class)
Module::GilAwareMutex::lock (C++ function)
Module::GilAwareMutex::try_lock (C++ function)
Module::GilAwareMutex::unlock (C++ function)
Module::ScopedGilAcquire (C++ class)
Module::ScopedGilRelease (C++ class)
mute() (c104.Connection method)
MUTED (c104.Init attribute)
N
name (c104.BinaryCounterQuality property)
(c104.Coi property)
(c104.CommandMode property)
(c104.ConnectionState property)
(c104.Cot property)
(c104.Debug property)
(c104.Double property)
(c104.EventState property)
(c104.Init property)
(c104.OutputCircuits property)
(c104.PackedSingle property)
(c104.Qoc property)
(c104.Qoi property)
(c104.Quality property)
(c104.ResponseState property)
(c104.StartEvents property)
(c104.Step property)
(c104.TlsVersion property)
(c104.Type property)
(c104.Umc property)
next() (c104.IncomingMessage method)
NO_ERROR_CAUSE (c104.Umc attribute)
NONE (c104.Init attribute)
(c104.Qoc attribute)
(c104.ResponseState attribute)
NonTopical (c104.Quality attribute)
NormalizedCmd (class in c104)
NormalizedFloat (C++ class)
(class in c104)
NormalizedInfo (class in c104)
NOT_SELECTED (c104.TlsVersion attribute)
number_of_object (c104.IncomingMessage property)
O
Object::BinaryCmd (C++ class)
Object::BinaryCounterInfo (C++ class)
Object::BinaryInfo (C++ class)
Object::DataPoint (C++ class)
Object::DataPoint::create (C++ function)
Object::DataPoint::getCommandMode (C++ function)
Object::DataPoint::getInformationObjectAddress (C++ function)
Object::DataPoint::getProcessedAt (C++ function)
Object::DataPoint::getRecordedAt (C++ function)
Object::DataPoint::getRelatedInformationObjectAddress (C++ function)
Object::DataPoint::getRelatedInformationObjectAutoReturn (C++ function)
Object::DataPoint::getReportInterval_ms (C++ function)
Object::DataPoint::getSelectedByOriginatorAddress (C++ function)
Object::DataPoint::getStation (C++ function)
Object::DataPoint::getTimerInterval_ms (C++ function)
Object::DataPoint::nextReportAt (C++ function)
Object::DataPoint::nextTimerAt (C++ function)
Object::DataPoint::onBeforeAutoTransmit (C++ function)
Object::DataPoint::onBeforeRead (C++ function)
Object::DataPoint::onReceive (C++ function)
Object::DataPoint::onTimer (C++ function)
Object::DataPoint::read (C++ function)
Object::DataPoint::setCommandMode (C++ function)
Object::DataPoint::setInfo (C++ function)
Object::DataPoint::setOnBeforeAutoTransmitCallback (C++ function)
Object::DataPoint::setOnBeforeReadCallback (C++ function)
Object::DataPoint::setOnReceiveCallback (C++ function)
Object::DataPoint::setOnTimerCallback (C++ function)
Object::DataPoint::setProcessedAt (C++ function)
Object::DataPoint::setQuality (C++ function)
Object::DataPoint::setRelatedInformationObjectAddress (C++ function)
Object::DataPoint::setRelatedInformationObjectAutoReturn (C++ function)
Object::DataPoint::setReportInterval_ms (C++ function)
Object::DataPoint::setValue (C++ function)
Object::DataPoint::transmit (C++ function)
Object::DataPoint::~DataPoint (C++ function)
Object::DoubleCmd (C++ class)
Object::DoubleInfo (C++ class)
Object::NormalizedCmd (C++ class)
Object::NormalizedInfo (C++ class)
Object::ProtectionEquipmentEventInfo (C++ class)
Object::ProtectionEquipmentOutputCircuitInfo (C++ class)
Object::ProtectionEquipmentStartEventsInfo (C++ class)
Object::ScaledCmd (C++ class)
Object::ScaledInfo (C++ class)
Object::ShortCmd (C++ class)
Object::ShortInfo (C++ class)
Object::SingleCmd (C++ class)
Object::SingleInfo (C++ class)
Object::Station (C++ class)
Object::Station::addPoint (C++ function)
Object::Station::getPoint (C++ function)
Object::Station::getPoints (C++ function)
Object::Station::hasPoints (C++ function)
Object::Station::~Station (C++ function)
Object::StatusWithChangeDetection (C++ class)
Object::StepCmd (C++ class)
Object::StepInfo (C++ class)
OFF (c104.Double attribute)
(c104.EventState attribute)
ON (c104.Double attribute)
(c104.EventState attribute)
on (c104.SingleCmd property)
(c104.SingleInfo property)
on_before_auto_transmit() (c104.Point method)
on_before_read() (c104.Point method)
on_clock_sync() (c104.Server method)
on_connect() (c104.Server method)
on_new_point() (c104.Client method)
on_new_station() (c104.Client method)
on_receive() (c104.Point method)
on_receive_raw() (c104.Connection method)
(c104.Server method)
on_send_raw() (c104.Connection method)
(c104.Server method)
on_state_change() (c104.Connection method)
on_timer() (c104.Point method)
on_unexpected_message() (c104.Server method)
OPEN (c104.ConnectionState attribute)
OPEN_AWAIT_CLOSED (c104.ConnectionState attribute)
open_connection_count (c104.Client property)
(c104.Server property)
OPEN_MUTED (c104.ConnectionState attribute)
originator_address (c104.Client property)
(c104.Connection property)
(c104.IncomingMessage property)
OutputCircuits (C++ enum)
(class in c104)
OutputCircuits::General (C++ enumerator)
OutputCircuits::None (C++ enumerator)
OutputCircuits::PhaseL1 (C++ enumerator)
OutputCircuits::PhaseL2 (C++ enumerator)
OutputCircuits::PhaseL3 (C++ enumerator)
Overflow (c104.Quality attribute)
P
PackedSingle (class in c104)
PERIODIC (c104.Cot attribute)
PERSISTENT (c104.Qoc attribute)
PhaseL1 (c104.OutputCircuits attribute)
(c104.StartEvents attribute)
PhaseL2 (c104.OutputCircuits attribute)
(c104.StartEvents attribute)
PhaseL3 (c104.OutputCircuits attribute)
(c104.StartEvents attribute)
Point (c104.Debug attribute)
(class in c104)
points (c104.Station property)
port (c104.Connection property)
(c104.Server property)
position (c104.StepInfo property)
printDebugMessage (C++ function)
processed_at (c104.BinaryCmd property)
(c104.BinaryCounterInfo property)
(c104.BinaryInfo property)
(c104.DoubleCmd property)
(c104.DoubleInfo property)
(c104.Information property)
(c104.NormalizedCmd property)
(c104.NormalizedInfo property)
(c104.Point property)
(c104.ProtectionCircuitInfo property)
(c104.ProtectionEventInfo property)
(c104.ProtectionStartInfo property)
(c104.ScaledCmd property)
(c104.ScaledInfo property)
(c104.ShortCmd property)
(c104.ShortInfo property)
(c104.SingleCmd property)
(c104.SingleInfo property)
(c104.StatusAndChanged property)
(c104.StepCmd property)
(c104.StepInfo property)
ProtectionCircuitInfo (class in c104)
ProtectionEventInfo (class in c104)
ProtectionStartInfo (class in c104)
Q
Qoc (class in c104)
Qoi (class in c104)
qualifier (c104.DoubleCmd property)
(c104.NormalizedCmd property)
(c104.ScaledCmd property)
(c104.ShortCmd property)
(c104.SingleCmd property)
(c104.StepCmd property)
Quality (C++ enum)
quality (c104.BinaryCmd property)
(c104.BinaryCounterInfo property)
(c104.BinaryInfo property)
(c104.DoubleCmd property)
(c104.DoubleInfo property)
(c104.Information property)
(c104.NormalizedCmd property)
(c104.NormalizedInfo property)
(c104.Point property)
(c104.ProtectionCircuitInfo property)
(c104.ProtectionEventInfo property)
(c104.ProtectionStartInfo property)
(c104.ScaledCmd property)
(c104.ScaledInfo property)
(c104.ShortCmd property)
(c104.ShortInfo property)
(c104.SingleCmd property)
(c104.SingleInfo property)
(c104.StatusAndChanged property)
(c104.StepCmd property)
(c104.StepInfo property)
Quality (class in c104)
Quality::Blocked (C++ enumerator)
Quality::ElapsedTimeInvalid (C++ enumerator)
Quality::Invalid (C++ enumerator)
Quality::None (C++ enumerator)
Quality::NonTopical (C++ enumerator)
Quality::Overflow (C++ enumerator)
Quality::Substituted (C++ enumerator)
R
raw (c104.IncomingMessage property)
raw_explain (c104.IncomingMessage property)
read() (c104.Point method)
reconnect_all() (c104.Client method)
recorded_at (c104.BinaryCmd property)
(c104.BinaryCounterInfo property)
(c104.BinaryInfo property)
(c104.DoubleCmd property)
(c104.DoubleInfo property)
(c104.Information property)
(c104.NormalizedCmd property)
(c104.NormalizedInfo property)
(c104.Point property)
(c104.ProtectionCircuitInfo property)
(c104.ProtectionEventInfo property)
(c104.ProtectionStartInfo property)
(c104.ScaledCmd property)
(c104.ScaledInfo property)
(c104.ShortCmd property)
(c104.ShortInfo property)
(c104.SingleCmd property)
(c104.SingleInfo property)
(c104.StatusAndChanged property)
(c104.StepCmd property)
(c104.StepInfo property)
related_io_address (c104.Point property)
related_io_autoreturn (c104.Point property)
relay_duration_ms (c104.ProtectionStartInfo property)
relay_operating_ms (c104.ProtectionCircuitInfo property)
Remote::Connection (C++ class)
Remote::Connection::addStation (C++ function)
Remote::Connection::asduHandler (C++ function)
Remote::Connection::awaitCommandSuccess (C++ function)
Remote::Connection::cancelCommandSuccess (C++ function)
Remote::Connection::clockSync (C++ function)
Remote::Connection::command (C++ function)
Remote::Connection::connect (C++ function)
Remote::Connection::connectionHandler (C++ function)
Remote::Connection::counterInterrogation (C++ function)
Remote::Connection::create (C++ function)
Remote::Connection::disconnect (C++ function)
Remote::Connection::getClient (C++ function)
Remote::Connection::getConnectionString (C++ function)
Remote::Connection::getIP (C++ function)
Remote::Connection::getOriginatorAddress (C++ function)
Remote::Connection::getPort (C++ function)
Remote::Connection::getState (C++ function)
Remote::Connection::getStation (C++ function)
Remote::Connection::getStations (C++ function)
Remote::Connection::hasStation (C++ function)
Remote::Connection::hasStations (C++ function)
Remote::Connection::interrogation (C++ function)
Remote::Connection::isMuted (C++ function)
Remote::Connection::isOpen (C++ function)
Remote::Connection::mute (C++ function)
Remote::Connection::prepareCommandSuccess (C++ function)
Remote::Connection::rawMessageHandler (C++ function)
Remote::Connection::read (C++ function)
Remote::Connection::setClosed (C++ function)
Remote::Connection::setCommandSuccess (C++ function)
Remote::Connection::setMuted (C++ function)
Remote::Connection::setOnReceiveRawCallback (C++ function)
Remote::Connection::setOnSendRawCallback (C++ function)
Remote::Connection::setOnStateChangeCallback (C++ function)
Remote::Connection::setOpen (C++ function)
Remote::Connection::setOriginatorAddress (C++ function)
Remote::Connection::test (C++ function)
Remote::Connection::transmit (C++ function)
Remote::Connection::unmute (C++ function)
Remote::Connection::~Connection (C++ function)
Remote::connectionStringFormatter (C++ function)
Remote::CP56Time2a_toString (C++ function)
Remote::isGlobalCommonAddress (C++ function)
Remote::isSingleCommonAddress (C++ function)
Remote::Message::IMessageInterface (C++ class)
Remote::Message::IMessageInterface::getCauseOfTransmission (C++ function)
Remote::Message::IMessageInterface::getCommonAddress (C++ function)
Remote::Message::IMessageInterface::getInfo (C++ function)
Remote::Message::IMessageInterface::getInformationObject (C++ function)
Remote::Message::IMessageInterface::getIOA (C++ function)
Remote::Message::IMessageInterface::getOriginatorAddress (C++ function)
Remote::Message::IMessageInterface::getType (C++ function)
Remote::Message::IMessageInterface::isNegative (C++ function)
Remote::Message::IMessageInterface::isSequence (C++ function)
Remote::Message::IMessageInterface::isTest (C++ function)
Remote::Message::IncomingMessage (C++ class)
Remote::Message::IncomingMessage::create (C++ function)
Remote::Message::IncomingMessage::first (C++ function)
Remote::Message::IncomingMessage::getAsdu (C++ function)
Remote::Message::IncomingMessage::getNumberOfObject (C++ function)
Remote::Message::IncomingMessage::getRawBytes (C++ function)
Remote::Message::IncomingMessage::getRawMessageString (C++ function)
Remote::Message::IncomingMessage::isSelectCommand (C++ function)
Remote::Message::IncomingMessage::isValidCauseOfTransmission (C++ function)
Remote::Message::IncomingMessage::next (C++ function)
Remote::Message::IncomingMessage::requireConfirmation (C++ function)
Remote::Message::IncomingMessage::~IncomingMessage (C++ function)
Remote::Message::OutgoingMessage (C++ class)
Remote::Message::OutgoingMessage::setCauseOfTransmission (C++ function)
Remote::Message::OutgoingMessage::setOriginatorAddress (C++ function)
Remote::Message::OutgoingMessage::~OutgoingMessage (C++ function)
Remote::Message::PointCommand (C++ class)
Remote::Message::PointCommand::create (C++ function)
Remote::Message::PointCommand::~PointCommand (C++ function)
Remote::Message::PointMessage (C++ class)
Remote::Message::PointMessage::~PointMessage (C++ function)
Remote::rawMessageDictionaryFormatter (C++ function)
Remote::rawMessageFormatter (C++ function)
Remote::TransportSecurity (C++ class)
Remote::TransportSecurity::addAllowedRemoteCertificate (C++ function)
Remote::TransportSecurity::setCACertificate (C++ function)
Remote::TransportSecurity::setCertificate (C++ function)
Remote::TransportSecurity::setVersion (C++ function)
REMOTE_RESET (c104.Coi attribute)
report_ms (c104.Point property)
REQUEST (c104.Cot attribute)
REQUESTED_BY_GENERAL_COUNTER (c104.Cot attribute)
REQUESTED_BY_GROUP_1_COUNTER (c104.Cot attribute)
REQUESTED_BY_GROUP_2_COUNTER (c104.Cot attribute)
REQUESTED_BY_GROUP_3_COUNTER (c104.Cot attribute)
REQUESTED_BY_GROUP_4_COUNTER (c104.Cot attribute)
ResponseState (class in c104)
RETURN_INFO_LOCAL (c104.Cot attribute)
RETURN_INFO_REMOTE (c104.Cot attribute)
ReverseDirection (c104.StartEvents attribute)
S
ScaledCmd (class in c104)
ScaledInfo (class in c104)
SELECT_AND_EXECUTE (c104.CommandMode attribute)
selected_by (c104.Point property)
sequence (c104.BinaryCounterInfo property)
Server (C++ class)
(c104.Debug attribute)
server (c104.Station property)
Server (class in c104)
Server::addStation (C++ function)
Server::asduHandler (C++ function)
Server::connectionEventHandler (C++ function)
Server::connectionRequestHandler (C++ function)
Server::counterInterrogationHandler (C++ function)
Server::getActiveConnectionCount (C++ function)
Server::getIP (C++ function)
Server::getOpenConnectionCount (C++ function)
Server::getPort (C++ function)
Server::getSelector (C++ function)
Server::getStation (C++ function)
Server::getStations (C++ function)
Server::getValidMessage (C++ function)
Server::hasActiveConnections (C++ function)
Server::hasOpenConnections (C++ function)
Server::hasStation (C++ function)
Server::hasStations (C++ function)
Server::interrogationHandler (C++ function)
Server::isRunning (C++ function)
Server::rawMessageHandler (C++ function)
Server::readHandler (C++ function)
Server::send (C++ function)
Server::sendInventory (C++ function)
Server::setOnClockSyncCallback (C++ function)
Server::setOnConnectCallback (C++ function)
Server::setOnReceiveRawCallback (C++ function)
Server::setOnSendRawCallback (C++ function)
Server::setOnUnexpectedMessageCallback (C++ function)
Server::start (C++ function)
Server::stop (C++ function)
Server::transmit (C++ function)
Server::~Server (C++ function)
set_ca_certificate() (c104.TransportSecurity method)
set_certificate() (c104.TransportSecurity method)
set_debug_mode() (in module c104)
set_version() (c104.TransportSecurity method)
setDebug (C++ function)
SHORT_PULSE (c104.Qoc attribute)
ShortCmd (class in c104)
ShortInfo (class in c104)
SingleCmd (class in c104)
SingleInfo (class in c104)
SPONTANEOUS (c104.Cot attribute)
SSL_3_0 (c104.TlsVersion attribute)
start() (c104.Client method)
(c104.Server method)
StartEvents (C++ enum)
(class in c104)
StartEvents::General (C++ enumerator)
StartEvents::InEarthCurrent (C++ enumerator)
StartEvents::None (C++ enumerator)
StartEvents::PhaseL1 (C++ enumerator)
StartEvents::PhaseL2 (C++ enumerator)
StartEvents::PhaseL3 (C++ enumerator)
StartEvents::ReverseDirection (C++ enumerator)
state (c104.Connection property)
(c104.DoubleCmd property)
(c104.DoubleInfo property)
(c104.ProtectionEventInfo property)
Station (c104.Debug attribute)
station (c104.Point property)
STATION (c104.Qoi attribute)
Station (class in c104)
stations (c104.Connection property)
(c104.Server property)
status (c104.StatusAndChanged property)
StatusAndChanged (class in c104)
Step (class in c104)
StepCmd (class in c104)
StepCommandValue (C++ enum)
StepCommandValue::IEC60870_STEP_HIGHER (C++ enumerator)
StepCommandValue::IEC60870_STEP_INVALID_0 (C++ enumerator)
StepCommandValue::IEC60870_STEP_INVALID_3 (C++ enumerator)
StepCommandValue::IEC60870_STEP_LOWER (C++ enumerator)
StepInfo (class in c104)
stop() (c104.Client method)
(c104.Server method)
Substituted (c104.Quality attribute)
SUCCESS (c104.ResponseState attribute)
T
target (c104.NormalizedCmd property)
(c104.ScaledCmd property)
(c104.ShortCmd property)
test() (c104.Connection method)
tick_rate_ms (c104.Client property)
(c104.Server property)
timer_ms (c104.Point property)
TLS_1_0 (c104.TlsVersion attribute)
TLS_1_1 (c104.TlsVersion attribute)
TLS_1_2 (c104.TlsVersion attribute)
TLS_1_3 (c104.TlsVersion attribute)
TLSConfigVersion (C++ enum)
TLSConfigVersion::TLS_VERSION_NOT_SELECTED (C++ enumerator)
TLSConfigVersion::TLS_VERSION_SSL_3_0 (C++ enumerator)
TLSConfigVersion::TLS_VERSION_TLS_1_0 (C++ enumerator)
TLSConfigVersion::TLS_VERSION_TLS_1_1 (C++ enumerator)
TLSConfigVersion::TLS_VERSION_TLS_1_2 (C++ enumerator)
TLSConfigVersion::TLS_VERSION_TLS_1_3 (C++ enumerator)
TlsVersion (class in c104)
transient (c104.StepInfo property)
transmit() (c104.Point method)
TransportSecurity (class in c104)
type (c104.IncomingMessage property)
(c104.Point property)
Type (class in c104)
U
UInt16 (class in c104)
UInt5 (class in c104)
UInt7 (class in c104)
Umc (class in c104)
UnexpectedMessageCause (C++ enum)
UnexpectedMessageCause::INVALID_COT (C++ enumerator)
UnexpectedMessageCause::INVALID_TYPE_ID (C++ enumerator)
UnexpectedMessageCause::MISMATCHED_TYPE_ID (C++ enumerator)
UnexpectedMessageCause::NO_ERROR_CAUSE (C++ enumerator)
UnexpectedMessageCause::UNIMPLEMENTED_GROUP (C++ enumerator)
UnexpectedMessageCause::UNKNOWN_CA (C++ enumerator)
UnexpectedMessageCause::UNKNOWN_COT (C++ enumerator)
UnexpectedMessageCause::UNKNOWN_IOA (C++ enumerator)
UnexpectedMessageCause::UNKNOWN_TYPE_ID (C++ enumerator)
UNIMPLEMENTED_GROUP (c104.Umc attribute)
UNKNOWN_CA (c104.Cot attribute)
(c104.Umc attribute)
UNKNOWN_COT (c104.Cot attribute)
(c104.Umc attribute)
UNKNOWN_IOA (c104.Cot attribute)
(c104.Umc attribute)
UNKNOWN_TYPE_ID (c104.Cot attribute)
(c104.Umc attribute)
unmute() (c104.Connection method)
V
value (c104.BinaryCmd property)
(c104.BinaryCounterInfo property)
(c104.BinaryCounterQuality property)
(c104.BinaryInfo property)
(c104.Coi property)
(c104.CommandMode property)
(c104.ConnectionState property)
(c104.Cot property)
(c104.Debug property)
(c104.Double property)
(c104.DoubleCmd property)
(c104.DoubleInfo property)
(c104.EventState property)
(c104.Information property)
(c104.Init property)
(c104.NormalizedCmd property)
(c104.NormalizedInfo property)
(c104.OutputCircuits property)
(c104.PackedSingle property)
(c104.Point property)
(c104.ProtectionCircuitInfo property)
(c104.ProtectionEventInfo property)
(c104.ProtectionStartInfo property)
(c104.Qoc property)
(c104.Qoi property)
(c104.Quality property)
(c104.ResponseState property)
(c104.ScaledCmd property)
(c104.ScaledInfo property)
(c104.ShortCmd property)
(c104.ShortInfo property)
(c104.SingleCmd property)
(c104.SingleInfo property)
(c104.StartEvents property)
(c104.StatusAndChanged property)
(c104.Step property)
(c104.StepCmd property)
(c104.StepInfo property)
(c104.TlsVersion property)
(c104.Type property)
(c104.Umc property)