C# Class XBeeP.packets.InputLine16

Inheritance: packetBase
Show file Open project: Skye07/XBeeP Class Usage Examples

Public Methods

Method Description
InputLine16 ( int frameNumber, FrameType type, int length ) : System
SingleDioVal ( int channel ) : String
ToString ( ) : String
getAdcVal ( int channel ) : int
setAdcVal ( int channel, int value ) : void

Method Details

InputLine16() public method

public InputLine16 ( int frameNumber, FrameType type, int length ) : System
frameNumber int
type FrameType
length int
return System

SingleDioVal() public method

public SingleDioVal ( int channel ) : String
channel int
return String

ToString() public method

public ToString ( ) : String
return String

getAdcVal() public method

public getAdcVal ( int channel ) : int
channel int
return int

setAdcVal() public method

public setAdcVal ( int channel, int value ) : void
channel int
value int
return void