C# Class Redu.Protocol.Integer

Inheritance: Bulk, IInteger
显示文件 Open project: arccoza/redu

Public Methods

Method Description
Integer ( byte data ) : System
Integer ( int data ) : System
Integer ( string data ) : System

Method Details

Integer() public method

public Integer ( byte data ) : System
data byte
return System

Integer() public method

public Integer ( int data ) : System
data int
return System

Integer() public method

public Integer ( string data ) : System
data string
return System