iec104-python

Contents:

  • Installation
  • Change log
  • c104 python module
    • Client
    • Connection
    • Server
    • Station
    • Point
    • Information
    • TransportSecurity
    • Batch
    • IncomingMessage
    • EnumSets
    • Enums
    • Number
      • Raw Bytes (32-bit)
      • Signed Integer (7-bit)
      • Signed Integer (16-bit)
      • Normalized Float
      • Usigned Integer (5-bit)
      • Usigned Integer (7-bit)
      • Usigned Integer (16-bit)
    • ProtocolParameters
    • Global functions
  • C++ Core
iec104-python
  • c104 python module
  • Number
  • View page source

Number

  • Raw Bytes (32-bit)
    • Byte32
      • Byte32.__init__()
  • Signed Integer (7-bit)
    • Int7
      • Int7.__init__()
      • Int7.max
      • Int7.min
  • Signed Integer (16-bit)
    • Int16
      • Int16.__init__()
      • Int16.max
      • Int16.min
  • Normalized Float
    • NormalizedFloat
      • NormalizedFloat.__init__()
      • NormalizedFloat.max
      • NormalizedFloat.min
  • Usigned Integer (5-bit)
    • UInt5
      • UInt5.__init__()
      • UInt5.max
      • UInt5.min
  • Usigned Integer (7-bit)
    • UInt7
      • UInt7.__init__()
      • UInt7.max
      • UInt7.min
  • Usigned Integer (16-bit)
    • UInt16
      • UInt16.__init__()
      • UInt16.max
      • UInt16.min
Previous Next

© Copyright 2020-2026, Fraunhofer Institute for Applied Information Technology FIT.

Built with Sphinx using a theme provided by Read the Docs.