ait.dsn.cfdp.pdu.pdu module

class ait.dsn.cfdp.pdu.pdu.PDU

Bases: object

is_valid()

Check if all header fields are valid length

property length

Byte length of Header

to_bytes()

Return array of bytes binary converted to int

static to_object(bytes)

Return PDU subclass object created from given bytes of data