C# Class Structures.IssueCommandParms

Show file Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
callback CallbackDelegate
callbackCode IntPtr
command UInt32
context IntPtr

Protected Properties

Property Type Description
length_ UInt32

Public Methods

Method Description
IssueCommandParms ( )

Method Details

IssueCommandParms() public method

public IssueCommandParms ( )

Property Details

callback public property

public CallbackDelegate callback
return CallbackDelegate

callbackCode public property

public IntPtr callbackCode
return IntPtr

command public property

public UInt32 command
return UInt32

context public property

public IntPtr context
return IntPtr

length_ protected property

protected UInt32 length_
return UInt32