final static class Builder |
Package: | dji.common.remotecontroller |
Create a CustomButtonTags
instance with values for C1 and C2. A valid tag is an integer in range [0, 255].
Builder c1ButtonTag(short c1ButtonTag) |
Package: | dji.common.remotecontroller |
Button tag for custom button 2
short c1ButtonTag | Button tag for custom button 1 |
Builder | Builder object. |
Builder c2ButtonTag(short c2ButtonTag) |
Package: | dji.common.remotecontroller |
Button tag for custom button 2
short c2ButtonTag | Button tag for custom button 2 |
Builder | Builder object. |
Builder c3ButtonTag(short c3ButtonTag) |
Package: | dji.common.remotecontroller |
Button tag for custom button 3, only supported by DJI Smart Controller.
short c3ButtonTag | Button tag for custom button 3. |
Builder | Builder object. |
CustomButtonTags build() |
Package: | dji.common.remotecontroller |
Button tag for custom button
CustomButtonTags | CustomButtonTags object. |
{{searchCount}} Results