ifm3dpy.device.PCICCommand

class ifm3dpy.device.PCICCommand

Bases: object

Base class for PCIC commands.

Use this class as a Python base type when implementing custom command payloads for framegrabber communication.

__init__(self: PCICCommand) None

Methods

__init__(self)

serialize_data(self)

Serialize this command into the byte payload sent over PCIC.

serialize_data(self: PCICCommand) list[int]

Serialize this command into the byte payload sent over PCIC.

Returns

Serialized payload as byte values.

Return type

list[int]