DataType Enumeration

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

DataType Enumeration

BR.AN.PviServices .NET


Specifies the type of an instance of the Value class.

[Visual Basic]

Public Enum DataType

[C#]

public enum DataType

Members

Member Name

Description

Unknown

Invalid data type

Boolean

A simple type representing Boolean values of true or false.

SByte

An integral type representing signed 8-bit integers with values from -128 to 127.

Int16

An integral type representing signed 16-bit integers with values from -32768 to 32767.

Int32

An integral type representing signed 32-bit integers with values from -2147483648 to 2147483647.

Int64

An integral type representing signed 64-bit integers with values from -9223372036854775808 to 9223372036854775807.

Byte

An integral type representing unsigned 8-bit integers with values from 0 to 255.

UInt16

An integral type representing unsigned 16-bit integers with values from 0 to 65535.

UInt32

An integral type representing unsigned 32-bit integers with values from 0 to 4294967295.

UInt64

An integral type representing unsigned 64-bit integers with values from 0 to 18446744073709551615.

Single

A floating point type representing values ranging from approximately 1.5 x 10-45 to 3.4 x 10 38 with a precision of 7 digits.

Double

A floating point type representing values ranging from approximately 5.0 x 10-324 to 1.7 x 10 308 with a precision of 15-16 digits.

TimeSpan

32 Bit time in ms since midnight.

DateTime

Date and Time as 32 bit integer. Date and time in Seconds since 1.1.1968.

String

A class type representing a character strings.

Structure

Represents a staructure

WString

MBC- String. Each character is represented by two bytes.

TimeOfDay

Time of the day in 32 bit interger format. MSecs since midnight.

Date

32 bit integer representation of a date.

WORD

An integral type representing unsigned 16-bit integers with values from 0 to 65535.e

DWORD

An integral type representing unsigned 32-bit integers with values from 0 to 4294967295.

Data

Any userdefined data as a byte- array of a fixed size. The response buffer contains the spezified number of unformated bytes.

LWORD

An integral type representing unsigned 64-bit integers with values from 0 to 18446744073709551615.

UInt8

An integral type representing unsigned 8-bit integers with values from 0 to 255.

TOD

Same as TIME_OF_DAY.

DT

Same as DATE_AND_TIME.

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]