RecvdASDU#

class wattson.util.orm.RecvdASDU(**kwargs)#

Bases: Base

Represents a received ASDU.

Methods

__init__

A simple constructor that allows initialization from kwargs.

Attributes

coa

cot

id

type

__init__(**kwargs)#

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.