C# Class J2534DotNet.PassThruMsg

Show file Open project: mkelly/J2534DotNet Class Usage Examples

Public Properties

Property Type Description
DataSize uint
ExtraDataIndex uint
ProtocolID ProtocolID
RxStatus RxStatus
Timestamp uint
TxFlags TxFlag

Public Methods

Method Description
GetBytes ( ) : byte[]
PassThruMsg ( ProtocolID myProtocolId, TxFlag myTxFlag, byte myByteArray ) : System
SetBytes ( byte myByteArray ) : void
ToString ( string tab ) : string

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

PassThruMsg() public method

public PassThruMsg ( ProtocolID myProtocolId, TxFlag myTxFlag, byte myByteArray ) : System
myProtocolId ProtocolID
myTxFlag TxFlag
myByteArray byte
return System

SetBytes() public method

public SetBytes ( byte myByteArray ) : void
myByteArray byte
return void

ToString() public method

public ToString ( string tab ) : string
tab string
return string

Property Details

DataSize public property

public uint DataSize
return uint

ExtraDataIndex public property

public uint ExtraDataIndex
return uint

ProtocolID public property

public ProtocolID ProtocolID
return ProtocolID

RxStatus public property

public RxStatus RxStatus
return RxStatus

Timestamp public property

public uint Timestamp
return uint

TxFlags public property

public TxFlag TxFlags
return TxFlag