1-Wire API for Compact.NET
Version 4.10
|
▼NDalSemi | |
▼NOneWire | |
▼NAdapter | |
CAdapterException | Exception object thrown by all PortAdapters, to represent adapter communication exceptions |
CDataIOEventInfo | Argument for event handler for 1-Wire data IO events |
COneWireState | 1-Wire Network State contains the current 1-Wire Network state information |
CPortAdapter | Abstract base class for all 1-Wire Adapter objects |
CRawSendPacket | Raw Send Packet that contains a StingBuffer of bytes to send and an expected return length |
CResetEventInfo | Argument for event handler for 1-Wire reset events, holds result of reset |
CSpeedChangeEventInfo | Argument for event handler for 1-Wire speed change events, holds old and new speed |
CUAdapterState | UAdapterState contains the communication state of the DS2480 based COM port adapter |
CUPacketBuilder | UPacketBuilder contains the methods to build a communication packet to the DS2480 based serial adapter |
CUParameterSettings | UParameterSettings contains the parameter settings state for one speed on the DS2480 based iButton COM port adapter |
▼NSerial | |
COVERLAPPED | The OVERLAPPED structure contains information used in asynchronous I/O |
▼NUtils | |
CCRC16 | CRC16 is a class containing an implementation of the Cyclic-Redundency-Check (CRC) CRC16 |
CCRC8 | CRC8 is a class to contain an implementation of the Cyclic-Redundency-Check CRC8 for the iButton |
CDebug | Summary description for Debug |
▼NOneWireLInkLayer |