Constructor 링크 복사

예시 코드 초기화하기
// <init>
KNCits(location: KNLocation, hashKey: Long)
// <init>
KNCits(location: KNLocation, hashKey: Long)
코드가 숨겨졌습니다.
표 1 Properties
Name Description Type
hashKey 해시 키 val hashKey: Long
location 위치 정보 val location: KNLocation

함수 링크 복사

C-ITS 정보의 속성입니다. Int 타입의 C-ITS 정보 속성을 반환합니다.

open fun citsType() KNCitsType

동일한 C-ITS 정보인지 여부를 확인하여 Boolean 값을 반환합니다.

fun isSameToCits( aCits: KNCits ): Boolean