Searched defs:LMEConnection (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp36 #include "LMEConnection.h"
50 const GUID LMEConnection::_guid = {0x6733a4db, 0x0476, 0x4e7b, {0xb3, 0xaf, 0xbc, 0xfc, 0x29, 0xbe, 0xe7, 0xa7}};
52 const UINT32 LMEConnection::RX_WINDOW_SIZE = 1024;
54 LMEConnection::LMEConnection(bool verbose) : function in class:LMEConnection
67 LMEConnection::~LMEConnection()
71 bool LMEConnection::IsInitialized()
77 bool LMEConnection::Init(HECICallback cb, void *param)
118 void LMEConnection
[all...]
H A DLMEConnection.h314 class LMEConnection class
317 LMEConnection(bool verbose = false);
318 ~LMEConnection();

Completed in 203 milliseconds