Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 baudrate, SerialMessageChannel
 byte_sep, MessageFactory
 byte_str_big_endian, MessageFactory
 bytes_per_sep, MessageFactory
C
 cc_to, RoutingMessageChannel
 ch_num, MessageChannel
 channel, InmHelper
 close_recv_channels, RoutingMessageChannel
D
 default_strictness, MessageFactory
 default_val_conv, MessageFactory
 dstadr, MessageHeader
E
 enum_format_val, MessageFactory
I
 int_byteorder, MessageFactory
 int_size, MessageFactory
 ip_adr, InetMessageChannel
L
 link_adr, InmHelper
M
 make_val_hex_str, MessageFactory
 msg_factory
 msg_id, MessageHeader
P
 port, SerialMessageChannel
R
 recv_channels, RoutingMessageChannel
 reg_enum_class, MessageFactory
 reg_enum_msg_types, MessageFactory
 relay_messages, RoutingMessageChannel
 res_enum_class, MessageFactory
 res_enum_msg_types, MessageFactory
 rtab, RoutingMessageChannel
S
 selector, MessageChannel
 srcadr
 str_encoding, MessageFactory
 str_val_conv, MessageFactory
T
 tcp_port, InetMessageChannel
 timeout, MessageChannel
 typ, Message
 type_enum_class, MessageFactory
U
 udp_port, InetMessageChannel
V
 val, Message
self.baudrate
Baud rate to open the used serial port at.
self.byte_sep
Byte group separator for message values formatted as hex or binary strings.
self.byte_str_big_endian
Byte order selector for message values formatted as hex or binary strings.
self.bytes_per_sep
Byte group size for message values formatted as hex or binary strings.
self.cc_to
List of INM node addresses of CC message destinations.
self.ch_num
Channel number of this MessageChannel.
self.channel
The encapsulated MessageChannel of this InmHelper.
self.close_recv_channels
If this is true, all channels in recv_channels are closed when this RoutingMessageChannel is closed.
self.default_strictness
Default strictness level for multipart message value formatting.
self.default_val_conv
Default conversion for formatted message values.
self.dstadr
Destination INM node address.
self.enum_format_val
If true, fields known to contain result codes or message type or register identifiers will be converted to the corresponding enum members (from type_enum_class or res_enum_class) when formatting message values.
self.int_byteorder
Name of default byte order of integer fields in message values.
self.int_size
Default size in bytes of integer fields in message values.
self.ip_adr
IP address of sockets used by this InetMessageChannel, as a hostname or dotted-decimal string.
self.link_adr
The INM link address this InmHelper uses to send messages.
self.make_val_hex_str
If true, strings will be interpreted as sequences of hexadecimal digits (instead of text) when making message values.
self.msg_factory
The encapsulated MessageFactory of this InmHelper.
self.msg_factory
The MessageFactory that the MessageChannel uses to create INM Message objects.
self.msg_id
INM message identifier.
self.port
Filesystem path of the used serial port device.
self.recv_channels
The receive channel table.
self.reg_enum_class
Enum class to use for conversion of logical register identifiers.
self.reg_enum_msg_types
Message types to perform register identifier enum conversion on.
self.relay_messages
If this is true, routing is applied even to messages where the destination address equals the source address of the local node.
self.res_enum_class
Enum class to use for conversion of INM result codes.
self.res_enum_msg_types
Message types to perform result code enum conversion on.
self.rtab
The routing table.
self.selector
A selector object compatible with the ones provided by the standard library module selectors.
self.srcadr
Default INM source address of messages sent via this MessageChannel.
self.srcadr
Source INM node address.
self.str_encoding
Name of text encoding to use when making and formatting message values.
self.str_val_conv
Conversion for string-formatted message values.
self.tcp_port
Port number of TCP socket used by this InetMessageChannel.
self.timeout
Receive timeout.
self.typ
Message type identifier.
self.type_enum_class
Enum class to use for conversion of message type identifiers.
self.udp_port
Port number of UDP socket used by this InetMessageChannel.
self.val
Message value/payload.
Close