EndpointType#

class omni.sensors.net.EndpointType#

Bases: pybind11_object

Members:

E_NONE

E_CUSTOM : A custom endpoint, each protocol defines what this means.

E_CAN : A CAN endpoint.

E_IP : An IPv4 address

E_REALM : A realm endpoint

Methods

__init__(self, value)

Attributes

E_CAN

E_CUSTOM

E_IP

E_NONE

E_REALM

name

value

__init__(
self: omni.sensors.net._net.EndpointType,
value: int,
) None#
property name#