C# Class J2534DotNet.PassThruMsg

Mostra 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_oe property

public uint DataSize
return uint

ExtraDataIndex public_oe property

public uint ExtraDataIndex
return uint

ProtocolID public_oe property

public ProtocolID ProtocolID
return ProtocolID

RxStatus public_oe property

public RxStatus RxStatus
return RxStatus

Timestamp public_oe property

public uint Timestamp
return uint

TxFlags public_oe property

public TxFlag TxFlags
return TxFlag