News Download Tutorial FAQ Reference Buy

안드로이드 : org.roboid.robot : DataType

public interface
DataType
org.roboid.robot.DataType
개요
디바이스의 데이터 형에 대한 상수 값을 정의합니다.
상수 값
버전 1.0.0부터
public static final int FLOAT
디바이스의 데이터가 실수형 배열(float[])임을 나타내는 상수

상수 값:
    5
버전 1.0.0부터
public static final int INTEGER
디바이스의 데이터가 정수형 배열(int[])임을 나타내는 상수

상수 값:
    4
버전 1.0.0부터
public static final int STRING
디바이스의 데이터가 스트링 배열(String[])임을 나타내는 상수

상수 값:
    6
Copyright Robot Software Education Institute. All rights reserved.
Please contact prof. Kwang-Hyun Park (akaii@kw.ac.kr) if you have any problem.