Table des matières

TNY-360 Documentation

Protocol

Protocol module of the TNY-360 API (code 0x01).

This module contains actions related to the protocol of the robot, such as stream frequency, stream flags, etc.


List of actions

Here's a list of all the actions available in the protocol module:

0x01 - 0x00

protocol.setStreamFrequency

Sets the frequency of the robot's data stream.


Arguments

  • frequency_hzuint16

    -

    Desired frequency of the data stream in Hz.


No return values

0x01 - 0x01

protocol.setStreamFlags

Sets the flags for the robot's data stream.


Arguments

  • flagsuint8

    -

    Flags for the data stream.


No return values

List of types

Here's a list of all the types used in the protocol module:

No custom types found in the actions of the "protocol" module.