Click or drag to resize
XDL

XfnGetDataSize Method

eDataType의 데이터 크기(Byte 수)를 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static int GetDataSize(
	eDataType type
)

Parameters

type
Type: Pixoneer.NXDLeDataType
데이터 형식

Return Value

Type: Int32
데이터 크기(Unit : Byte)
See Also