EndpointType#
- class omni.sensors.net.EndpointType#
Bases:
pybind11_objectMembers:
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_CANE_CUSTOME_IPE_NONEE_REALMvalue- __init__(
- self: omni.sensors.net._net.EndpointType,
- value: int,
- property name#